I'm running Ubuntu 12.04 Precise 64bit. So I downloaded SFML-2.1-linux-gcc-64bits.tar.bz2 and got it working with codeblocks (12.11svn9156-0ubuntu1~precise). It compiles the first example (
http://www.sfml-dev.org/tutorials/2.1/start-cb.php) fine using release settings but using debug settings it can't find "sfml-window-d", etc. My /SFML/lib directory doesn't have any -d files in it so I assume they aren't included with the package I downloaded?
Does this mean I need to compile SFML from source if I want debug libraries?
I'm just starting to learn SFML, and coding on linux in general, so I'm trying to have everything set up correctly and I'm sure I will need to debug