Add -GNinja mention in README

This commit is contained in:
def 2019-04-09 23:29:36 +02:00
parent 11162f84eb
commit 85503c381a

View file

@ -75,6 +75,9 @@ Whether to download and compile GTest. Useful if GTest is not installed and, for
* **-DDEV=[ON|OFF]** <br>
Whether to generate stuff necessary for packaging. Setting to ON will set CMAKE_BUILD_TYPE to Debug by default. Default value is OFF.
* **-GNinja** <br>
Use the Ninja build system instead of Make. This automatically parallizes the build and is generally faster. Compile with `ninja` instead of `make`. Install Ninja with `sudo apt install ninja-build` on Debian, `sudo pacman -S --needed ninja` on Arch Linux.
Running tests (Debian/Ubuntu)
-----------------------------