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.