mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Fix documentation interlinkage and normalize console directive bodies.
This commit is contained in:
parent
ea2c89f2d7
commit
72aa13968b
7 changed files with 69 additions and 77 deletions
25
INSTALL
25
INSTALL
|
@ -39,9 +39,9 @@ Installation
|
|||
|
||||
To build and install into ``/usr/local/bro``::
|
||||
|
||||
> ./configure
|
||||
> make
|
||||
> make install
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
|
||||
This will first build Bro into a directory inside the distribution
|
||||
called ``build/``, using default build options. It then installs all
|
||||
|
@ -50,7 +50,7 @@ required files into ``/usr/local/bro``, including the Bro binary in
|
|||
|
||||
You can specify a different installation directory with::
|
||||
|
||||
> ./configure --prefix=<dir>
|
||||
./configure --prefix=<dir>
|
||||
|
||||
Note that ``/usr`` and ``/opt/bro`` are the standard prefixes for
|
||||
binary Bro packages to be installed, so those are typically not good
|
||||
|
@ -71,11 +71,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 quick start guide
|
||||
available here:
|
||||
|
||||
http://www.bro-ids.org/documentation/quickstart.html
|
||||
|
||||
with it. A good place for newcomers to start is the
|
||||
:doc:`quick start guide <quickstart>`.
|
||||
|
||||
For developers that wish to run Bro directly from the ``build/``
|
||||
directory (i.e., without performing ``make install``), they will have
|
||||
|
@ -83,9 +80,9 @@ to first adjust ``BROPATH`` to look for scripts inside the build
|
|||
directory. Sourcing either ``build/bro-path-dev.sh`` or
|
||||
``build/bro-path-dev.csh`` as appropriate for the current shell
|
||||
accomplishes this and also augments your ``PATH`` so you can use the
|
||||
Bro binary directly:
|
||||
Bro binary directly::
|
||||
|
||||
> ./configure
|
||||
> make
|
||||
> source build/bro-path-dev.sh
|
||||
> bro <options>
|
||||
./configure
|
||||
make
|
||||
source build/bro-path-dev.sh
|
||||
bro <options>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue