Updating INSTALL

This commit is contained in:
Jon Siwek 2011-08-04 21:43:30 -05:00
parent d81bf27861
commit 47698251da

12
INSTALL
View file

@ -88,17 +88,19 @@ 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. In the following we give a few simple examples. See the with it. A good place for newcomers to start is the quick start guide
quickstart guide at http://www.bro-ids.org for more information; you available here:
can the source that in doc/quick-start.
http://www.bro-ids.org/documentation/quickstart.html
For developers that wish to run Bro from the the build/ directory For developers that wish to run Bro from the the build/ directory
after performing "make", but without performing "make install", they after performing "make", but without performing "make install", they
will have to first set BROPATH to look for scripts inside the build will have to first set BROPATH to look for scripts inside the build
directory. Sourcing either build/bro-path-dev.sh or build/bro-path-dev.csh directory. Sourcing either build/bro-path-dev.sh or build/bro-path-dev.csh
as appropriate for the current shell accomplishes this. e.g.: as appropriate for the current shell accomplishes this and also augments your
PATH so you can use Bro without qualifying the path to it. e.g.:
> ./configure > ./configure
> make > make
> source build/bro-path-dev.sh > source build/bro-path-dev.sh
> ./build/src/bro > bro <options>