Hello!
I'm really new to SFML and Debian. If I run and compile my project in Code::Blocks, everything works fine.. But if I want to run it with the terminal, I get this error message:
root@XX-debian:/home/XX/Documents/C++/sfml_02/bin/Debug# ./sfml_02
./sfml_02: error while loading shared libraries: libsfml-graphics.so.2: cannot open shared object file: No such file or directory
I also put the sfml libs in the Debug folder to test it.. Still not working. I am pretty sure that it is not that hard to do that.
OS: Debian squeeze
SFML version: 2.0
Do you mean in the build options?
Search directories:
Compiler:
../../../SFML/SFML2/include
Linker:
../../../SFML/SFML2/lib
And in Linker settings:
sfml-graphics
sfml-window
sfml-system