diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-09-03 16:14:33 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-09-03 16:14:33 +0300 |
| commit | 82f710903d938331a890a405c58532fa13c579d0 (patch) | |
| tree | 860b30e0ffed884e8f2422589a580d33a3ce32e2 | |
| parent | a598ed8a4704eaef51a0430aa0df11b7a0ce13e0 (diff) | |
| download | lead-82f710903d938331a890a405c58532fa13c579d0.tar lead-82f710903d938331a890a405c58532fa13c579d0.tar.gz lead-82f710903d938331a890a405c58532fa13c579d0.zip | |
Added dependency instructions on Ubuntu 20.04 and updated building lead command informationHEADmaster
| -rw-r--r-- | README.md | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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 |
