I can't run example code. When i'm compiling it, i have this message:
||=== Build: Debug in sfml-project01 (compiler: GNU GCC Compiler) ===|
ld.exe||cannot find -lsfml-graphics|
ld.exe||cannot find -lsfml-window|
ld.exe||cannot find -lsfml-system|
||error: ld returned 1 exit status|
||=== Build failed: 4 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
I did everything as is said in this tutorial:
https://www.sfml-dev.org/tutorials/2.0/start-cb.phpAdditionally:
I downloaded and installed this: TDM 4.9.2 (64-bit), codeblocks-16.01-setup.exe, source code of sfml 2.4.2 and made sfml with cmake. Then I created new project, new file.cpp, copied code, and after compilation I had those error messages. After that I followed few YouTube tutorials, tried static and non static version of configuration and nothing changed
I have Windows 10 64bit if this is important.
Here are pics of configuration: