Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
RELEASE-NOTES | 2009-10-05 | 602 Bytes | |
README | 2009-10-05 | 544 Bytes | |
ChangeLog | 2009-10-05 | 3.7 kB | |
qore-glut-module-0.0.3.tar.gz | 2009-10-05 | 383.2 kB | |
qore-glut-module-0.0.3-1.opensuse11_1.x86_64.rpm | 2009-10-05 | 37.8 kB | |
Totals: 5 Items | 425.9 kB | 0 |
glut module for Qore 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