From d417bd9f3a05d275cbca6685b35a03fc566c7869 Mon Sep 17 00:00:00 2001 From: Daniel Thayer Date: Wed, 18 Sep 2013 23:48:54 -0500 Subject: [PATCH] Update documentation of required packages --- configure | 2 +- doc/install/install.rst | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 6c557a22d0..1990d78569 100755 --- a/configure +++ b/configure @@ -49,9 +49,9 @@ Usage: $0 [OPTION]... [VAR=VALUE]... --with-flex=PATH path to flex executable --with-bison=PATH path to bison executable --with-perl=PATH path to perl executable + --with-libmagic=PATH path to libmagic install root Optional Packages in Non-Standard Locations: - --with-libmagic=PATH path to libmagic install root --with-geoip=PATH path to the libGeoIP install root --with-perftools=PATH path to Google Perftools install root --with-python=PATH path to Python interpreter diff --git a/doc/install/install.rst b/doc/install/install.rst index 1b775389f3..a29be72472 100644 --- a/doc/install/install.rst +++ b/doc/install/install.rst @@ -29,13 +29,15 @@ before you begin: * Libpcap (http://www.tcpdump.org) * OpenSSL libraries (http://www.openssl.org) * BIND8 library - * Libmagic + * Libmagic 5.04 or greater * Libz * Bash (for BroControl) To build Bro from source, the following additional dependencies are required: * CMake 2.6.3 or greater (http://www.cmake.org) + * Make + * C/C++ compiler * SWIG (http://www.swig.org) * Bison (GNU Parser Generator) * Flex (Fast Lexical Analyzer)