I'm not exactly certain why you would want to install this, but if that's something you want to do, here are the instructions for Windows :
- Have make installed
- For that, install chocolatey if you don't have it, then run
choco install make
- For that, install chocolatey if you don't have it, then run
- Have MinGW installed and in your PATH
- Download the MinGW version of SFML and extract it somewhere on your computer
- Note that the paths in the Makefile need to be adjusted accordingly, simply link
INCLUDE_DIRECTORIES
andLIB_DIRECTORIES
to your SFML installation
- Note that the paths in the Makefile need to be adjusted accordingly, simply link
- Add the SFML debug dlls (in the SFML
bin/
folder, they finish by-d-2.dll
) to thebin/
folder in the directory - Run
make
and you should be golden !