From 82f710903d938331a890a405c58532fa13c579d0 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 3 Sep 2021 16:14:33 +0300 Subject: Added dependency instructions on Ubuntu 20.04 and updated building lead command information --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d9183a0..71636d7 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ This fork adds support for specifying an interval to wait before the action is t To build *lead* open a terminal in the root folder of the repository and: + $ qmake && make + +or alternatively (depending on distribution): + $ qmake-qt5 && make ### Dependencies @@ -40,10 +44,11 @@ To build *lead* open a terminal in the root folder of the repository and: - Qt5Gui - Qt5Core -
-Fedora 34 installation -
$ sudo dnf install -y qmake-qt5-devel
-
+Instructions on installing the dependencies: +|OS|Command| +|---|---| +|Ubuntu 20.04|`$ sudo apt install -y qt5-default qt5-qmake`| +|Fedora 34|`$ sudo dnf install -y qmake-qt5-devel`| # Install it -- cgit v1.2.3