1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-01 18:43:33 +02: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:
Misa 2024-01-20 18:42:45 -08:00 committed by Misa Elizabeth Kai
parent 2f217dad56
commit 32e6ab6ecd

View File

@ -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" 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 For more detailed information and troubleshooting, see the [Compiling VVVVVV
Guide](https://vsix.dev/wiki/Guide:Compiling_VVVVVV_on_Windows_with_Visual_Studio) Guide](https://vsix.dev/wiki/Guide:Compiling_VVVVVV_on_Windows_with_Visual_Studio)
on the Viki. on the Viki.
@ -45,6 +47,8 @@ cd build
cmake .. cmake ..
``` ```
Then to compile the game, type `make`.
Including data.zip Including data.zip
------------ ------------
You'll need the data.zip file from VVVVVV to actually run the game! You can grab You'll need the data.zip file from VVVVVV to actually run the game! You can grab