From: Victor Julien Date: Tue, 16 Oct 2018 15:06:49 +0000 (+0200) Subject: doc/install: update Rust info in generic install overview X-Git-Tag: suricata-4.1.0~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17e2d3953152ff930e44bf8f33c48cd633802623;p=thirdparty%2Fsuricata.git doc/install: update Rust info in generic install overview --- diff --git a/doc/userguide/install.rst b/doc/userguide/install.rst index 4a51969061..abc64eb9da 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-4.0.0.tar.gz - cd suricata-4.0.0 + tar xzvf suricata-4.1.0.tar.gz + cd suricata-4.1.0 ./configure make make install @@ -55,9 +55,10 @@ Common configure options Enables GeoIP support for detection. -.. option:: --enable-rust +.. option:: --disable-rust - Enables experimental Rust support + Disables Rust support. Rust support is enabled by default if rustc/cargo + are available. Dependencies ^^^^^^^^^^^^ @@ -74,10 +75,14 @@ For full features, also add: libjansson, libnss, libgeoip, liblua5.1, libhiredis, libevent -Rust support (experimental): +Rust support: rustc, cargo + Not every distro provides Rust packages yet. Rust can also be installed + directly from the Rust project itself: + https://www.rust-lang.org/en-US/install.html + Ubuntu/Debian """""""""""""