From 6d34b3844f6bfc824ec1b9d903e4868063b0698b Mon Sep 17 00:00:00 2001 From: BOPOHA Date: Mon, 17 Feb 2020 10:13:34 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9a4cf26..1c4eae1 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,14 @@ Clone the repository: git clone https://github.com/Ximi1970/systray-x.git ``` +Requirements: + - Fedora/Centos/RHEL: + + ```dnf install qt5-qtbase-devel``` + - Debian/Ubuntu: + + ```apt install qtbase5-dev``` + Build: ```bash cd systray-x