mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Added configure script to wrap cmake functionality
This commit is contained in:
parent
c1e0b41275
commit
02e17e949b
4 changed files with 276 additions and 101 deletions
12
INSTALL
12
INSTALL
|
@ -52,22 +52,22 @@ installation time:
|
|||
Installation
|
||||
============
|
||||
|
||||
To build and install into /usr/local:
|
||||
To build and install into /usr/local/bro:
|
||||
|
||||
> ./configure
|
||||
> cd build
|
||||
> make
|
||||
> make install
|
||||
|
||||
This will install the Bro binary into /usr/local/bin/bro and the policy
|
||||
files into /usr/local/share/bro.
|
||||
This will perform an out-of-source build into the build directory using the
|
||||
default build options and then install binaries into /usr/local/bro/bin
|
||||
|
||||
As usual you can specify a different installation directory with
|
||||
You can specify a different installation directory with
|
||||
|
||||
> ./configure --prefix=<dir>".
|
||||
> ./configure --prefix=<dir>.
|
||||
|
||||
Run "./configure --help" for more options.
|
||||
|
||||
|
||||
Running Bro
|
||||
===========
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue