readmeWindows.txt

There is a MS Windows executable in windows\bin\3dgt.exe

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 (or freeglut) and GLUI installed, do the following:

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

GLUT source and Win32 binaries can be obtained from:
http://www.opengl.org/resources/libraries/glut/

freeGLUT source can be obtained from: 
http://freeglut.sourceforge.net/

GLUI source can be obtained from:
http://glui.sourceforge.net/

