Hello, I am new here, I have an error when installing the SFML library, I have followed some steps that previously worked for me, before formatting my PC.
http://www.edparrish.net/common/sfmlcb.html#troubleshoot (http://www.edparrish.net/common/sfmlcb.html#troubleshoot)
However now when compiling the application I get this error.
||=== Build: Debug in HELLO2 (compiler: GNU GCC Compiler) ===|
ld.exe||cannot find -lsfml-graphics-d|
ld.exe||cannot find -lsfml-window-d|
ld.exe||cannot find -lsfml-system-d|
ld.exe||cannot find -lsfml-graphics|
ld.exe||cannot find -lsfml-window|
ld.exe||cannot find -lsfml-system|
ld.exe||cannot find -lsfml-audio|
||error: ld returned 1 exit status|
||=== Build failed: 8 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
I'd appreciate your help.