Next: Installing Bro, Previous: Supported platforms, Up: Building and installing Bro
You can get the latest public release of Bro from the Bro web page, http://www.bro-ids.org/. Bro is distributed as a gzip'd Unix tar archive, which you can unpack using:
or, on some Unix systems:gzcat +
tar-file| tar xf -
+tar zxf +
tar-file
This creates a subdirectory
+bro-+
XXX+-+
version,
where XXX is a tag such as pub for public releases and
priv for private releases, and version reflects a version
and possibly a subversion, such as 0.8a20
for version
0.8 and subversion a20.
To build Bro, change to the Bro directory and enter:
./configure
make
Bro configuration is described in the User Manual