31
SFML website / Precompiled binaries Linux 64bit problem
« on: February 26, 2015, 10:13:49 pm »
Basically when you download Linux 64 bit binaries from the SFML website there are 3 files named : "include" "share" and "lib". If you copy that to /usr/local and then compile your program, you should get this error in the terminal:
I've renamed "lib" folder which was extracted from the SFML to "lib64" and copied it to /usr/local and now everything works
error while loading shared libraries: libsfml-graphics.so.2
I've renamed "lib" folder which was extracted from the SFML to "lib64" and copied it to /usr/local and now everything works