This complete solution is described within Windows but this also works in Linux
1) Downloads on SFML Website (Download section) :
https://www.sfml-dev.org/download/sfml/2.5.1/
- The needed compiler
- The corresponding SFML libraries
Pay attention to :
- The compiler name (here MinGW)
- The compiler version (here 7.3.0)
- The compiler target environment (here 32 bits)
The compiler and the version of SFML have to match 100%!!!
CLICK HERE to find out more related problems solutions.