mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Add explicit CMake check for compiler
This commit is contained in:
parent
c94b13ad39
commit
9282e0adff
6 changed files with 16 additions and 6 deletions
4
INSTALL
4
INSTALL
|
@ -9,6 +9,8 @@ Prerequisites
|
|||
Bro relies on the following libraries and tools, which need to be installed
|
||||
before you begin:
|
||||
|
||||
* A C/C++ compiler
|
||||
|
||||
* Libpcap headers and libraries
|
||||
Network traffic capture library
|
||||
|
||||
|
@ -35,7 +37,7 @@ before you begin:
|
|||
though some platforms may require installation of a 'devel' package
|
||||
for the headers.
|
||||
|
||||
* CMake 2.8 or greater
|
||||
* CMake 2.6 or greater
|
||||
CMake is a cross-platform, open-source build system, typically
|
||||
not installed by default. See http://www.cmake.org for more
|
||||
information regarding CMake and the installation steps below for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue