diff options
| author | na <noah.andreas@nukura.com> | 2017-01-24 11:18:01 +0100 |
|---|---|---|
| committer | na <noah.andreas@nukura.com> | 2017-01-24 11:18:01 +0100 |
| commit | 61ed09c934e66fd069eef7b07289c7de751d4edf (patch) | |
| tree | 4d07e17dbbaa3d708ddd6122b5b30f046a01fe58 /README.md | |
| parent | c3344a23596cfa29d16493a24e57c39bb3b44889 (diff) | |
| download | lead-61ed09c934e66fd069eef7b07289c7de751d4edf.tar lead-61ed09c934e66fd069eef7b07289c7de751d4edf.tar.gz lead-61ed09c934e66fd069eef7b07289c7de751d4edf.zip | |
changed ninja to makefile
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
