mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Changes for packaging
- Added 'dist' target to top-level Makefile for doing source packages - Added 'make-*-packages' scripts for generating binary packages - Fixes for the ConfigurePackaging CMake script - No longer fails when package version doesn't include a patch-level - Now considers the case when a package doesn't install any config files and the INSTALLED_CONFIG_FILES var is empty
This commit is contained in:
parent
8d4f487add
commit
1d8ad8e946
8 changed files with 185 additions and 23 deletions
8
INSTALL
8
INSTALL
|
@ -70,12 +70,18 @@ build/, using default build options. It then installs the Bro binary
|
|||
into /usr/local/bro/bin. Depending on the Bro package you
|
||||
downloaded, there may be auxiliary tools and libraries available in
|
||||
the aux/ directory. If so, they will be installed by default as well
|
||||
if not explicitly disabled via configure options.
|
||||
if not explicitly disabled via configure options and may also have
|
||||
additional installation/configuration instructions that you can
|
||||
find in their source directories.
|
||||
|
||||
You can specify a different installation directory with
|
||||
|
||||
> ./configure --prefix=<dir>
|
||||
|
||||
Note that "/usr" and "/opt/bro" are standard prefixes for binary
|
||||
packages to be installed, so those are typically not good choices
|
||||
unless you are creating such a package.
|
||||
|
||||
Run "./configure --help" for more options.
|
||||
|
||||
Running Bro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue