aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-09-03 16:14:33 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-09-03 16:14:33 +0300
commit82f710903d938331a890a405c58532fa13c579d0 (patch)
tree860b30e0ffed884e8f2422589a580d33a3ce32e2 /README.md
parenta598ed8a4704eaef51a0430aa0df11b7a0ce13e0 (diff)
downloadlead-master.tar
lead-master.tar.gz
lead-master.zip
Added dependency instructions on Ubuntu 20.04 and updated building lead command informationHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
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
-<details>
-<summary>Fedora 34 installation</summary>
-<pre>$ sudo dnf install -y qmake-qt5-devel</pre>
-</details>
+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