Building on Windows - kroyee/SpeedBlocks GitHub Wiki

Visual Studio 2015 Build

  1. Ensure git is in PATH
  2. Open a command prompt in the repository's root directory
  3. mkdir vs2015
  4. cd vs2015
  5. cmake -DBUILD_THIRD_PARTY=ON -G "Visual Studio 14" ..
  6. 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.