mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
A set of script-reference polishing.
Includes: - Quite a bit of CSS tweaking. - Some small changes to BroDoc.cc to change the order of sections. - A bit of tweaking some reST here and there.
This commit is contained in:
parent
7646ef1aed
commit
b10e02b691
22 changed files with 1248 additions and 53 deletions
7
INSTALL
7
INSTALL
|
@ -28,6 +28,7 @@ installation time:
|
|||
Bro also needs the following tools, but on most systems they will
|
||||
already come preinstalled:
|
||||
|
||||
* Bash (For Bro Control).
|
||||
* BIND8 (headers and libraries)
|
||||
* Bison (GNU Parser Generator)
|
||||
* Flex (Fast Lexical Analyzer)
|
||||
|
@ -71,10 +72,8 @@ Running Bro
|
|||
===========
|
||||
|
||||
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 Quickstart Guide at
|
||||
|
||||
http://www.bro-ids.org/documentation/quickstart.bro.html
|
||||
|
||||
with it. A good place for newcomers to start is the Quickstart Guide
|
||||
at http://www.bro-ids.org/documentation/quickstart.bro.html.
|
||||
|
||||
For developers that wish to run Bro directly from the ``build/``
|
||||
directory (i.e., without performing ``make install``), they will have
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue