From: Chia-I Wu <ol...@gm...> - 2009-09-28 10:12:52
|
On Mon, Sep 28, 2009 at 05:57:26AM -0400, Ocean Spring wrote: > still i don't see any glut.h , gl.h or glu.h and i am still not able to run > any opengl code. > please someone enlighten me to run a opengl code under linux. You don't need the header files if you are "running" an application. You need the headers if you want to compile an application. I am not a Fedora user. But I guess the headers might be available from the devel package of freeglut. You may also want to start with running glxinfo and glxgears. -- Regards, olv |