From: Russ Combs Date: Mon, 15 Dec 2014 13:01:22 +0000 (-0500) Subject: add missing g++ dependency reported by Bill Parker X-Git-Tag: 3.0.0-233~1091^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3c9cbe29c799e2aa1d8a5b497217df96f43b94d;p=thirdparty%2Fsnort3.git add missing g++ dependency reported by Bill Parker --- diff --git a/doc/start.txt b/doc/start.txt index b4237daee..0cc191693 100644 --- a/doc/start.txt +++ b/doc/start.txt @@ -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