mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Add note about Windows .lib weirdness
This commit is contained in:
parent
a2824cfddc
commit
6a7e848426
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ cd flibitBuild
|
||||||
cmake -G "Visual Studio 10 2010" .. -DSDL2_INCLUDE_DIRS="C:\SDL2-2.0.10\include;C:\SDL2_mixer-2.0.4\include" -DSDL2_LIBRARIES="C:\SDL2-2.0.10\lib\x86\SDL2;C:\SDL2-2.0.10\lib\x86\SDL2main;C:\SDL2_mixer-2.0.4\lib\x86\SDL2_mixer"
|
cmake -G "Visual Studio 10 2010" .. -DSDL2_INCLUDE_DIRS="C:\SDL2-2.0.10\include;C:\SDL2_mixer-2.0.4\include" -DSDL2_LIBRARIES="C:\SDL2-2.0.10\lib\x86\SDL2;C:\SDL2-2.0.10\lib\x86\SDL2main;C:\SDL2_mixer-2.0.4\lib\x86\SDL2_mixer"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note that on some systems, the `SDL2_LIBRARIES` list on Windows may need
|
||||||
|
SDL2/SDL2main/SDL2_mixer to have `.lib` at the end of them. The reason for this
|
||||||
|
inconsistency is unknown.
|
||||||
|
|
||||||
To generate everywhere else:
|
To generate everywhere else:
|
||||||
```
|
```
|
||||||
mkdir flibitBuild
|
mkdir flibitBuild
|
||||||
|
|
Loading…
Reference in a new issue