Next: , Previous: Supported platforms, Up: Building and installing Bro



2.1.1.2 The Bro source code distribution

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:

gzcat +tar-file | tar xf -
or, on some Unix systems:
+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