View Full Version : how the heck do i install glut
mjw136
08-11-2003, 05:25 AM
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?
nexusone
08-11-2003, 08:04 AM
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?
Stack Overflow
08-11-2003, 08:29 AM
If you need the files as in glut32.dll, glut.h, and glut.lib you can find them here GLUT Files (http://www.bluedev.net/downloads/downloads/glut_files.zip) .
Hope this helps.
<IMG SRC=\"http://www.bluedev.net/images/gamedev/header_1.jpg\"> (http://www.bluedev.net)
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.