readmeUNIX.txt

If you are compiling on a UNIX platform with a c++ compiler and make, the provided Makefile in the src directory should work if you modify it to reflect:

1. The path to your c++ compiler
2. The path to your GLUT or freeglut installation (header and link library)
3. The path to your GLUI installation (header and link library)

GLUT source 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/
