From 174de51548cd45678371c6592c9e04889766df1f Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Wed, 17 Jan 2018 18:20:55 +0100 Subject: [PATCH] doc: getting_started: Require ninja on macOS Since we're switching to ninja as a default generator for CMake, require the ninja package as part of the requirements on macOS. Signed-off-by: Carles Cufi --- doc/getting_started/installation_mac.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting_started/installation_mac.rst b/doc/getting_started/installation_mac.rst index e3aad05f1ce..b3726a84d83 100644 --- a/doc/getting_started/installation_mac.rst +++ b/doc/getting_started/installation_mac.rst @@ -57,7 +57,7 @@ Install tools to build Zephyr binaries: .. code-block:: console - $ brew install cmake dfu-util doxygen qemu dtc python3 gperf + $ brew install cmake ninja dfu-util doxygen qemu dtc python3 gperf $ curl -O 'https://bootstrap.pypa.io/get-pip.py' $ ./get-pip.py $ rm get-pip.py