From: pcarana Date: Wed, 11 Mar 2020 01:33:10 +0000 (-0600) Subject: Update menu and add headers per distribution X-Git-Tag: v1.2.1~2^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F27%2Fhead;p=thirdparty%2FFORT-validator.git Update menu and add headers per distribution --- diff --git a/docs/installation.md b/docs/installation.md index efdfd3e6..068467d5 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -12,7 +12,7 @@ title: Compilation and Installation 4. [Option 2: Compiling and installing the release tarball](#option-2-compiling-and-installing-the-release-tarball) 1. [Debian version](#debian-version) 2. [OpenBSD version](#openbsd-version) - 3. [CentOS version](#centos-version) + 3. [RHEL/CentOS version](#rhelcentos-version) 4. [Fedora version](#fedora-version) 5. [openSUSE Leap version](#opensuse-leap-version) 6. [FreeBSD version](#freebsd-version) @@ -121,10 +121,13 @@ exit ### RHEL/CentOS version +#### RHEL/CentOS 8 + The following steps are for RHEL/CentOS 8. {% highlight bash %} sudo dnf install autoconf automake gcc jansson-devel libcurl-devel libxml2-devel make openssl-devel pkgconfig rsync tar wget + wget https://github.com/NICMx/FORT-validator/releases/download/v{{ site.fort-latest-version }}/fort-{{ site.fort-latest-version }}.tar.gz tar xvzf fort-{{ site.fort-latest-version }}.tar.gz cd fort-{{ site.fort-latest-version }}/ @@ -133,6 +136,8 @@ make sudo make install {% endhighlight %} +#### RHEL/CentOS 7 + The following steps are for RHEL/CentOS 7. This OS requires additional steps due to its default GCC version (currently 4.8.5, fort needs >= 4.9) and its default OpenSSL version (currently 1.0.2k, fort needs >= 1.1.0).