From c8953b87c73d544806fd150acea84f7b299de760 Mon Sep 17 00:00:00 2001 From: Dror Bogin Date: Sat, 8 Feb 2025 21:15:48 +0200 Subject: [PATCH] Update link to ninja in INSTALL.md Previous link was to ninja release of version 1.7.2, which caused a build error on Windows (raises multiple outputs aren't (yet?) supported by depslog;" which according to - https://github.com/ninja-build/ninja/issues/1184 should be fixed in ninja version >=1.10. Changed the link to current latest which is 1.12.1 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 08a687695ec..99b509038b4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -639,7 +639,7 @@ Download and install following packages: * [CMake](https://github.com/Kitware/CMake/releases/download/v3.31.4/cmake-3.31.4-windows-x86_64.msi) * GNU flex, GNU bison and GIT with [cygwin 64bit](https://cygwin.com/setup-x86_64.exe) * [OSGeo4W](https://download.osgeo.org/osgeo4w/v2/osgeo4w-setup.exe) -* [ninja](https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-win.zip): Copy the `ninja.exe` to `C:\OSGeo4W\bin\` +* [ninja](https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-win.zip) (Version >= 1.10): Copy the `ninja.exe` to `C:\OSGeo4W\bin\` For the QGIS build you need to install following packages from cygwin: