From 5d990bdc19cca66b867f1dcd7b4dc12443b5db2c Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Fri, 15 Aug 2025 11:47:53 +0700 Subject: [PATCH] [docs] Add ninja to MacOS deps Signed-off-by: Konstantin Pastbin --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 6f0a8fdce..73d4b8ff0 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -81,7 +81,7 @@ xcode-select --install #### Homebrew packages ```bash -brew install wget optipng cmake qt +brew install wget optipng cmake ninja qt pip3 install "protobuf<3.21" ```