From 033e51201ae41528823837c369a00d29cf478da6 Mon Sep 17 00:00:00 2001 From: Rolf Vreijdenberger Date: Thu, 3 Jan 2019 12:38:49 +0100 Subject: [PATCH] installation on redhat/fedora/centos --- INSTALL | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL b/INSTALL index 39ea3d6..367698b 100644 --- a/INSTALL +++ b/INSTALL @@ -20,6 +20,10 @@ You need some tools to build the code from source: zypper install automake zypper install gcc-c++ + # on Fedora/Redhat/CentOS + dnf install automake + dnf install gcc make gcc-c++ + Build and Install -----------------