GlueGen Wiki: Difference between revisions
Jump to navigation
Jump to search
m (added link to manual) |
(→Build: github.com/mbien -> github.com/JogAmp) |
||
Line 15: | Line 15: | ||
== Build == | == Build == | ||
# clone the repository | # clone the repository | ||
#: e.g.: $git clone git://github.com/ | #: e.g.: $git clone git://github.com/JogAmp/gluegen.git gluegen | ||
# cd into gluegen/make | # cd into gluegen/make | ||
# $ant clean all test | # $ant clean all test | ||
== GlueGen Manual == | == GlueGen Manual == | ||
http://jogamp.org/gluegen/doc/manual/ | http://jogamp.org/gluegen/doc/manual/ |
Revision as of 17:30, 6 March 2013
Overview
GlueGen is a tool which automatically generates the Java and JNI code necessary to call C libraries. It reads as input ANSI C header files and separate configuration files which provide control over many aspects of the glue code generation.
GlueGen is required for building JOAL, JOCL and JOGL.
A GlueGen Manual is available as well.
Build Requirements
- ANT 1.8
- JDK 6
Build
- clone the repository
- e.g.: $git clone git://github.com/JogAmp/gluegen.git gluegen
- cd into gluegen/make
- $ant clean all test