readmeMSVC++6.0.txt

If you are compiling with Microsoft Visual Studio, the OpenGL header files and
static and dynamic link libraries should already be present. The default installation
directory is MSVCROOT=C:\Program Files\Microsoft Visual Studio\VC98

  GL\gl.h      and GL\glu.h  should be in INCLUDE=%MSVCROOT%\include
  opengl32.lib and glu32.lib should be in LIB=%MSVCROOT%\lib
  opengl32.dll and glu32.dll should be in C:\WINDOWS\system32

If you do not already have GLUT installed, do the following:

1. Copy GL\glut.h to %MSVCROOT%\include\GL
2. Copy lib\glut32.lib to %MSVCROOT%\lib
3. Copy dll\glut32.dll to C:\WINDOWS\system32

GLUT3.7 source and Win32 binaries can be obtained from:
http://www.xmission.com/~nate/glut.html