how the heck do i install glut

im a newb and i need jto install glut to be able to learn open gl. i have the files required(i think) i just don’t know what to do with them. WHat do i do?

I am guessing you are running windows??
Also need to know what compiler you are using.

But here is a standard location of files:

just copy the glut32.dll file to you windows/system directory.

Then find the directory in which your compiler is located and copy the library and include files there.

Directory should look something like this:
/…/include/GL/glut.h
/…/lib/glut32.lib

Then just add the glut32.lib to your linker settings in your compiler.

Originally posted by mjw136:
im a newb and i need jto install glut to be able to learn open gl. i have the files required(i think) i just don’t know what to do with them. WHat do i do?

If you need the files as in glut32.dll, glut.h, and glut.lib you can find them here GLUT Files .

Hope this helps.

<IMG SRC="http://www.bluedev.net/images/gamedev/header_1.jpg">