I need help setting up OpenGL and SDL on Ubuntu. Is Ubuntu ideal for this kind of graphics development? I have CodeBlocks IDE for C/C++ and I have downloaded the SDL 1.2 libraries. What I am having a hard time to do is to install OpenGL. What are the step that I have to follow?
Share
To setup OpenGL and SDL you should open the terminal and issue the command:
This will install the basic libraries you need to run OGL/SDL applications, after entering the root password.
I suggest you to google for synaptic and learn how to use it.
Linux is always a good place to develop something.