From: Victor Julien Date: Wed, 26 Jul 2017 14:08:05 +0000 (+0200) Subject: doc: add rust and update version in install X-Git-Tag: suricata-4.0.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc229430f821d8809b90577beb1a6ace14d2b84b;p=thirdparty%2Fsuricata.git doc: add rust and update version in install --- diff --git a/doc/userguide/install.rst b/doc/userguide/install.rst index e78e4eb7c8..4a51969061 100644 --- a/doc/userguide/install.rst +++ b/doc/userguide/install.rst @@ -16,8 +16,8 @@ Installing from the source distribution files gives the most control over the Su Basic steps:: - tar xzvf suricata-3.2beta1.tar.gz - cd suricata-3.2beta1 + tar xzvf suricata-4.0.0.tar.gz + cd suricata-4.0.0 ./configure make make install @@ -55,6 +55,9 @@ Common configure options Enables GeoIP support for detection. +.. option:: --enable-rust + + Enables experimental Rust support Dependencies ^^^^^^^^^^^^ @@ -71,6 +74,10 @@ For full features, also add: libjansson, libnss, libgeoip, liblua5.1, libhiredis, libevent +Rust support (experimental): + + rustc, cargo + Ubuntu/Debian """"""""""""" @@ -93,6 +100,10 @@ Extra for iptables/nftables IPS integration:: libnetfilter-log-dev libnetfilter-log1 \ libnfnetlink-dev libnfnetlink0 +For Rust support (Ubuntu only):: + + apt-get install rustc cargo + .. _install-binary-packages: Binary packages @@ -112,6 +123,10 @@ To use it:: Debian ^^^^^^ +In Debian 9 (Stretch) do:: + + apt-get install suricata + In Debian Jessie Suricata is out of date, but an updated version is in Debian Backports. As root do::