installation on redhat/fedora/centos

This commit is contained in:
Rolf Vreijdenberger 2019-01-03 12:38:49 +01:00 committed by kernc
parent 02ad0021d7
commit 033e51201a
1 changed files with 4 additions and 0 deletions

View File

@ -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
-----------------