mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 01:29:43 +01:00
README: Add step for compiling
We recently had a user come in the VVVVVV Discord not knowing that, after running CMake, you then need to compile the game in a separate step. This clarifies the instructions.
This commit is contained in:
parent
2f217dad56
commit
32e6ab6ecd
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,8 @@ cd build
|
|||
cmake -A Win32 -G "Visual Studio 10 2010" .. -DSDL2_INCLUDE_DIRS="C:\SDL2-2.24.0\include" -DSDL2_LIBRARIES="C:\SDL2-2.24.0\lib\x86\SDL2;C:\SDL2-2.24.0\lib\x86\SDL2main"
|
||||
```
|
||||
|
||||
Then to compile the game, open the solution and click Build.
|
||||
|
||||
For more detailed information and troubleshooting, see the [Compiling VVVVVV
|
||||
Guide](https://vsix.dev/wiki/Guide:Compiling_VVVVVV_on_Windows_with_Visual_Studio)
|
||||
on the Viki.
|
||||
|
@ -45,6 +47,8 @@ cd build
|
|||
cmake ..
|
||||
```
|
||||
|
||||
Then to compile the game, type `make`.
|
||||
|
||||
Including data.zip
|
||||
------------
|
||||
You'll need the data.zip file from VVVVVV to actually run the game! You can grab
|
||||
|
|
Loading…
Reference in a new issue