I was wondering if someone could help me out, i wanted to start doing some graphics programing in c++. Stuff like creating simple shapes and drawing fractals, but im not sure at all which graphics library i should be using or how to set it up. I heard of OpenGL but apparently openGL isnt something you can't just download?
Could some help point me in the right direction. Im using Kubuntu 11.04.
Did you build SFML yourself? Don't do that, unless you want to use the 2.0 version.
Rather, use the package manager and install the package libsfml-dev (edit: you'll need freeglut3-dev too).