Skip to content

Instantly share code, notes, and snippets.

@troopa81
troopa81 / HowtoBuildQGISonWindows.md
Last active September 30, 2023 12:56
My notes on how build QGIS on Windows with OSGEO4W v2

To build with Ninja

Download and install Cygwin : https://www.cygwin.com/setup-x86_64.exe Install it and and install the following packages : flex bison curl git unzip

Download and install last stable release of CMake : https://cmake.org/download/

I think we don't need to install git with Windows installer because we already have it with cygwin but I failed to clone https repo and I don't know which cygwin package a need to install.