CS 381  >  Download GLUT for Windows

CS 381, Fall 2002
Download GLUT for Windows

Here is the GLUT distribution (v3.7) for Windows. The directories listed below are only for MS-Visual C++ and Windows 2000 & XP. Other versions of Windows may use different directories; other compilers certainly will.

Linux & MacOS users will need different files; see the °GLUT Homepage.

File Directory for MS-Visual C++ under Windows 2000 & XP
glut.h C:\Program Files\Microsoft Visual Studio\VC98\Include\GL
glut32.lib C:\Program Files\Microsoft Visual Studio\VC98\Lib
glut32.dll Win 2000:  C:\WINNT\system32 Win XP:  C:\WINDOWS\system32

Note: The above are necessary for compilation. To run a GLUT program, all that is needed is the DLL (and the program executable, of course). If you want to run a GLUT program on a computer that does not have GLUT installed, put the DLL in the same directory as the executable.


CS 381, Fall 2002: Download GLUT for Windows / Last update: 6 Sep 2002 / Glenn G. Chappell / chappellg@member.ams.org