Building on Windows - kroyee/SpeedBlocks GitHub Wiki
Visual Studio 2015 Build
- Ensure git is in PATH
- Open a command prompt in the repository's root directory
mkdir vs2015
cd vs2015
cmake -DBUILD_THIRD_PARTY=ON -G "Visual Studio 14" ..
cmake --build .
or build the generated solutions from within Visual Studio
To run the executable, ensure the SFML, TGUI and Curl DLLs as well as the media and sounds directories exist alongside the executable.