Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
qore-opengl-module-0.0.3-1.opensuse11_1.x86_64.rpm | 2009-10-05 | 187.2 kB | |
ChangeLog | 2009-10-05 | 3.9 kB | |
README | 2009-10-05 | 618 Bytes | |
RELEASE-NOTES | 2009-10-05 | 531 Bytes | |
qore-opengl-module-0.0.3.tar.gz | 2009-10-05 | 503.3 kB | |
Totals: 5 Items | 695.6 kB | 0 |
opengl module for Qore version 0.0.2 by David Nichols Requires qore 0.7.1 and opengl headers and libraries to build. Will build with OpenGL or Mesa. Documentation in docs/opengl-module-doc.html (using TiddlyWiki) Note that there is no test script for this module - see the glut module or the qt-opengl module for qore code that uses the opengl module 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