I need some help setting up SFML 2.1 on Code::Blocks 13.12.
The official Linux Mint repositories are outdated most of the time, and they are outdated in the case of SFML.
I downloaded the package and unpacked it into usr/local.
I did not set the compiler or linker paths because the SFML and Linux tutorial told me not to.
Both with and without the SFML_STATIC under the '#defines' tab, I still get the errors about undefined references. Under Link libraries, I have the libsfml-graphics.so, libsfml-window.so, and libsfml-system.so files added.
How can I get SFML to work?
I am using the code from the tutorial.