From 7387d66ca4f6d5cb719afc7fde7cd847d46b0184 Mon Sep 17 00:00:00 2001 From: Dmitry Mikushin Date: Sat, 19 Feb 2022 22:18:06 +0100 Subject: [PATCH] Recommend Ninja as a CMake build system --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dba4c99..08a928f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ This fork is intended to bring together the [original work of Serge Zaitsev](htt ## Prerequisites -Linux: +* CMake +* [Ninja](https://ninja-build.org/), in order to have the same build commands on all platforms +* AppIndicator on Linux: ``` sudo apt install libappindicator3-dev @@ -37,12 +39,10 @@ sudo apt install libappindicator3-dev ``` mkdir build cd build -cmake .. +cmake -G Ninja .. +ninja ``` -* On Linux/MacOS run the resulting Makefile with `make` -* On Windows build the resulting Visual Studio solution - ## Demo Execute the `tray_example` application: