glut module for Qore
version 0.0.2 by David Nichols

Requires qore 0.7.1 and glut (or freeglut) headers and libraries to build.
The module also requires the Qore opengl module to load and run.

Documentation in docs/glut-module-doc.html (using TiddlyWiki)

test/example script directory: test/

BUILD AND INSTALL
-----------------

configure
make
sudo make install

The configure script will find out where your qore module directory is found and set this for the install directory.

BUILD FROM SVN
--------------

reconf.sh
configure
make
sudo make install
