From eb13b853a843959b64fc651c7db0e97883a75a7e Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Thu, 26 Nov 2020 20:25:06 +0100 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e09d4f..c2ca3d8 100644 --- a/README.md +++ b/README.md @@ -375,13 +375,22 @@ Requirements: - OpenSuSE: ```bash - sudo zypper install zip git gcc-c++ make qt5-qtbase-devel + sudo zypper install zip git gcc-c++ make qt5-qtbase-devel knotifications-devel ``` - - Fedora/Centos/RHEL: + - Fedora/RHEL: ```bash - sudo dnf install qt5-qtbase-devel gnome-shell-extension-appindicator + sudo dnf install qt5-qtbase-devel gnome-shell-extension-appindicator kf5-knotifications-devel + gnome-extensions enable appindicatorsupport@rgcjonas.gmail.com + ``` + + - CentOS: + + ```bash + sudo yum install epel-release + sudo yum install kf5-knotifications-devel + sudo yun install qt5-qtbase-devel gnome-shell-extension-appindicator gnome-extensions enable appindicatorsupport@rgcjonas.gmail.com ``` @@ -420,6 +429,12 @@ Build (KDE): cd systray-x make ``` +or if `knotifications` is not available: +```bash +cd systray-x +make OPTIONS="DEFINES+=NO_KDE_INTEGRATION" +``` + Build (GNOME): ```bash