From 856c9d050e7fa7141771663f8761a4b739be1c96 Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Tue, 22 Sep 2020 23:10:47 +0100 Subject: [PATCH] [add](CentOS inst): Add CentOS install instructions Derived from my instructions on #868. Signed-off-by: Dom Rodriguez --- Building-on-Linux.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Building-on-Linux.md b/Building-on-Linux.md index 3bd5457..376e92b 100644 --- a/Building-on-Linux.md +++ b/Building-on-Linux.md @@ -25,6 +25,18 @@ sudo dnf install git cmake make gcc-c++ xorg-x11-server-devel \ libXtst-devel qt5 qt5-devel openssl-devel ``` +### CentOS 8+ + +(Make sure you have RPM Fusion and EPEL enabled, with PowerTools as well) + +```shell +sudo dnf groupinstall "Development Tools" +sudo dnf install 'dnf-command(config-manager)' +sudo dnf config-manager --set-enabled PowerTools +sudo dnf install cmake3 avahi-compat-libdns_sd-devel libX11-devel libXtst-devel \ + qt5-qtbase-devel libcurl-devel desktop-file-utils openssl-devel +``` + ### openSUSE ```shell