Add explicit CMake check for compiler

This commit is contained in:
Jon Siwek 2011-03-09 11:48:00 -06:00
parent c94b13ad39
commit 9282e0adff
6 changed files with 16 additions and 6 deletions

View file

@ -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