]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
add missing g++ dependency reported by Bill Parker
authorRuss Combs <rucombs@cisco.com>
Mon, 15 Dec 2014 13:01:22 +0000 (08:01 -0500)
committerRuss Combs <rucombs@cisco.com>
Mon, 15 Dec 2014 13:01:22 +0000 (08:01 -0500)
doc/start.txt

index b4237daee8733019d4982d31d3b33b4428cdb885..0cc191693d0425d7c50c20d8ce150c9bff198f83 100644 (file)
@@ -5,30 +5,33 @@ The following pointers will help you get started:
 
 Required:
 
-* autotools or cmake to build from source.
+* autotools or cmake to build from source
 
-* daq from http://www.snort.org for packet IO.
+* g++ >= 4.8 or other C++11 compiler
 
-* dnet from http://code.google.com/p/libdnet/ for network utility
-  functions.
+* daq from http://www.snort.org for packet IO
 
-* LuaJIT from http://luajit.org for configuration and scripting.
+* dnet from http://code.google.com/p/libdnet/ for network utility functions
 
-* pcap from http://www.tcpdump.org for tcpdump style logging.
+* LuaJIT from http://luajit.org for configuration and scripting
 
-* pcre from http://www.pcre.org for regular expression pattern matching.
+* pcap from http://www.tcpdump.org for tcpdump style logging
 
-* zlib from http://www.zlib.net for decompression.
+* pcre from http://www.pcre.org for regular expression pattern matching
+
+* zlib from http://www.zlib.net for decompression
+
+* pkgconfig from http://www.freedesktop.org to build the example plugins
 
 Optional:
 
 * asciidoc from http://www.methods.co.nz/asciidoc/ to build the HTML
-  manual.
+  manual
 
 * dblatex from http://dblatex.sourceforge.net to build the pdf manual (in
-  addition to asciidoc).
+  addition to asciidoc)
 
-* check from http://check.sourceforge.net to build unit tests.
+* check from http://check.sourceforge.net to build unit tests
 
 
 === Building