aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorna <noah.andreas@nukura.com>2017-01-24 11:18:01 +0100
committerna <noah.andreas@nukura.com>2017-01-24 11:18:01 +0100
commit61ed09c934e66fd069eef7b07289c7de751d4edf (patch)
tree4d07e17dbbaa3d708ddd6122b5b30f046a01fe58 /README.md
parentc3344a23596cfa29d16493a24e57c39bb3b44889 (diff)
downloadlead-61ed09c934e66fd069eef7b07289c7de751d4edf.tar
lead-61ed09c934e66fd069eef7b07289c7de751d4edf.tar.gz
lead-61ed09c934e66fd069eef7b07289c7de751d4edf.zip
changed ninja to makefile
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index fe85c03..5bcd1f9 100644
--- a/README.md
+++ b/README.md
@@ -22,11 +22,11 @@
# Build it
-*lead* uses [clang](http://clang.llvm.org/) as compiler, [g++](https://gcc.gnu.org/) as linker and [ninja](https://github.com/ninja-build/ninja) as build-tool.
+*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.
To build *lead* open a terminal in the root folder of the repository and:
- $ ninja
+ $ make
### Dependencies
- Qt5Widgets
@@ -42,7 +42,7 @@ A build `mlde-lead` is provided in `data/usr/bin/mlde-lead`. It was build on my
To install *lead* open a terminal in the root folder of the repository and:
- $ sudo ninja install
+ $ sudo make install
# Configure it
@@ -91,7 +91,7 @@ Start *lead* as background process:
To uninstall *lead* open a terminal in the root folder of the repository and:
- $ sudo ninja uninstall
+ $ sudo make uninstall
# Drawbacks