-
-
Notifications
You must be signed in to change notification settings - Fork 121
Building on Windows
Yuval Greenfield edited this page Oct 25, 2015
·
2 revisions
- Install CSFML and SFML.
- Copy
C:\MinGW\bin\mingw32-make.exe
toC:\MinGW\bin\make.exe
. This fixesCMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set
- Make sure to install mingw or mingw-w64 if you want to compile with 64 bits. Msys2 is recommended by gcc-rs. And make sure the right gcc and g++ are the first on your path. This avoids
miniz.c:1:0: sorry, unimplemented: 64-bit mode not compiled in ...
-
Piston recommends getting freetype and zlib dlls and using a
.cargo/config
file.