mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Adding SWIG as dependency to INSTALL.
And a bit of polishing.
This commit is contained in:
parent
167b645ed0
commit
ba30713ec4
1 changed files with 9 additions and 5 deletions
14
INSTALL
14
INSTALL
|
@ -14,10 +14,11 @@ before you begin:
|
||||||
|
|
||||||
* OpenSSL (headers and libraries) http://www.openssl.org
|
* OpenSSL (headers and libraries) http://www.openssl.org
|
||||||
|
|
||||||
* Libmagic For identifying file types (e.g., in FTP transfers).
|
* SWIG http://www.swig.org
|
||||||
|
|
||||||
* Libz For decompressing HTTP bodies by the HTTP analyzer, and for
|
* Libmagic
|
||||||
compressed Bro-to-Bro communication.
|
|
||||||
|
* Libz
|
||||||
|
|
||||||
Bro can make uses of some optional libraries if they are found at
|
Bro can make uses of some optional libraries if they are found at
|
||||||
installation time:
|
installation time:
|
||||||
|
@ -32,6 +33,7 @@ already come preinstalled:
|
||||||
* Flex (Fast Lexical Analyzer)
|
* Flex (Fast Lexical Analyzer)
|
||||||
* Perl (Used only during the Bro build process)
|
* Perl (Used only during the Bro build process)
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
|
@ -69,8 +71,10 @@ Running Bro
|
||||||
===========
|
===========
|
||||||
|
|
||||||
Bro is a complex program and it takes a bit of time to get familiar
|
Bro is a complex program and it takes a bit of time to get familiar
|
||||||
with it. A good place for newcomers to start is the
|
with it. A good place for newcomers to start is the Quickstart Guide at
|
||||||
:doc:`quick start guide <quickstart>`.
|
|
||||||
|
http://www.bro-ids.org/documentation/quickstart.bro.html
|
||||||
|
|
||||||
|
|
||||||
For developers that wish to run Bro directly from the ``build/``
|
For developers that wish to run Bro directly from the ``build/``
|
||||||
directory (i.e., without performing ``make install``), they will have
|
directory (i.e., without performing ``make install``), they will have
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue