grim918
November 29th, 2005, 08:47 PM
how do i install the openGL library to use with the g++ compiler. im new to linux and could really use some help
Lux Perpetua
November 30th, 2005, 12:11 AM
I think you need to install xlibmesa-gl, xlibmesa-gl-dev, xlibmesa-glu, xlibmesa-glu-dev via apt-get or synaptic.
fct
November 30th, 2005, 11:54 AM
Most OpenGL tutorials use the GLUT library that provides additions like window managing and input processing. For that, you only need to apt-get install libglut3-dev and compile with the flag -lglut.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.