mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
302 B
302 B
Dependencies
- cmake: 3.9
Windows
- Download
Visual Studio 2019
cmake -G "Visual Studio 16 2019" ..
MacOS
- Install
Xcode
cmake -G Xcode ..
If you wish to not use the compiled qml files, pass the -DLAUNCHER_SOURCE_TREE_RESOURCES=On
argument to cmake.