From a598ed8a4704eaef51a0430aa0df11b7a0ce13e0 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 3 Sep 2021 15:57:45 +0300 Subject: Updated build instructions in README and made some general formatting improvements --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9267033..d9183a0 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This fork adds support for specifying an interval to wait before the action is t ### Features + - hot corners: sensors in the corners of the screen - hot sides: sensors on center/middle edge of the screen - freely configurable action for each sensor @@ -25,17 +26,24 @@ This fork adds support for specifying an interval to wait before the action is t # Build it -*lead* uses [clang](http://clang.llvm.org/) as compiler, [g++](https://gcc.gnu.org/) as linker and [make](https://www.gnu.org/software/make/) as build-tool. +*lead* uses [make](https://www.gnu.org/software/make/) as the build-tool, but the makefile is generated with [qmake](https://wiki.qt.io/Qmake). + +*qmake* offers flexibility in compiler and linker choice, but [gcc](https://gcc.gnu.org/) and [g++](https://gcc.gnu.org/) have been proven to work. To build *lead* open a terminal in the root folder of the repository and: - $ make + $ qmake-qt5 && make ### Dependencies + - Qt5Widgets - Qt5Gui - Qt5Core +
+Fedora 34 installation +
$ sudo dnf install -y qmake-qt5-devel
+
# Install it -- cgit v1.2.3