First of all, you have to download SFML 2.5.1 and MinGW 7.3.0.
- Unpack the downloaded compiler and SFML
- Add
%MINGW_PATH%/binto%Path%environment variable - Copy
%SFML_PATH%/includecontent into%MINGW_PATH%/include - Copy
%SFML_PATH%/libcontent into%MINGW_PATH%/lib - Edit your
Makefileand set the correct path to MinGW - In MinGW folder, copy
mingw32-make.exeand save in the same folder asmake.exe - Now you must be able to compile the project just by typing
makein command line
If you wanna debug the project, you can compile the debug version of project by typing make debug.