blob: 83d529862672a1e3ebb7aef00057e7a97c319a41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# :o
in order to compile in windows
* have cmake
* have mingw32 (from the 64 bit version)
* have the sdl2 includes at C:/MinGW_libs/include/SDL2
* have the plibsys includes at C:/MinGW_libs/include/plibsys
* have lib files at C:/MinGW_libs/libs
run cmake -G "MinGW Makefiles"
run mingw32-make
|