| Branch | Status |
|---|---|
| Master |
- CMake.
- Visual Studio.
- Git client; git-scm (optional).
- Install required software.
- Clone or download this repository.
- In CMake:
- Set "Where is the source code" path to the local repository folder.
- Set "Where to build the binaries" to a different folder (outside the repository).
- Press:
- Configure.
- Generate (select Visual Studio 15 2017, or any other newer version).
- Open Project.
- In Visual Studio
- Change to a Release configuration if desired.
- Right click on the SPACE_ROCKS project (in the Solution Explorer).
- Select Build.
- If successful, you can find .exe file in the Build folder\bin\Release (or bin\Debug) folder.
When launching, in case of an error involving "openal32.dll", please copy it over from Repository folder\lib\sfml\extlibs\bin\x86 to Build folder\bin\Release (or bin\Debug), or download from here.
