How i get the gl libraries on ubuntu 10.4?

i want to install the latest version of the libraries in ubuntu 10.4 but i dont find nothing about that how get from the terminal and install and where place it why when i make include in c++ the GL path i dont know where is and link the include path in netbeans some body knows?

by intalling the drivers…wether it be from nvidia/ati.
/usr/include/GL/whatever-header.h
/usr/lib/libGL.so.1
ldd /usr/lib/libGL.so.1 (info)

if you’re referring to glew,glut,freeglut,etc search/install with Synaptic PM.

Happy Hunting.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.