OpenGl issues

Okay so I'm a starter with OpenGl and downloaded a source file from a tutorial except when I my compiler tries to include <GL/glut.h> it says that it can't open the source file. Do I have the library and if not how do I get it?
Just google for a download. Better yet, go to OpenGL's site.
Are you on Linux? On my linux box, I know that sometimes GL is lower case (ie: <gl/glut.h>. It differs from system to system, but make sure when you compile to include the path to your include.
Topic archived. No new replies allowed.