From 61ed09c934e66fd069eef7b07289c7de751d4edf Mon Sep 17 00:00:00 2001 From: na Date: Tue, 24 Jan 2017 11:18:01 +0100 Subject: changed ninja to makefile --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3