Skip to content

Building on Windows

Andrea Tupini edited this page Feb 7, 2023 · 2 revisions

I'll suppose you don't have anything installed on your PC: no C toolchain, no CMake, no IDE..

Install dependencies

I suggest you use the Scoop package manager to install all the necessary dependencies. To do so, install Scoop by following the instructions on the website and then open a terminal and:

scoop install cmake gcc ninja

Building for Desktop

Building for Web

Clone this wiki locally