GlueGen Wiki: Difference between revisions

From JogampWiki
Jump to navigation Jump to search
(Created page with 'GlueGen compiletime requirements: ANT 1.8 JDK 6 A C compiler like gcc or mingw.')
 
No edit summary
Line 1: Line 1:
GlueGen compiletime requirements:
__TOC__
ANT 1.8
 
JDK 6
== Build Requirements ==
A C compiler like gcc or mingw.
 
* ANT 1.8
* JDK 6
 
== Build ==
# clone the repository
#: e.g.: $git clone git://github.com/mbien/gluegen.git gluegen
# cd into gluegen/make
# $ant clean all test

Revision as of 20:51, 13 May 2010

Build Requirements

  • ANT 1.8
  • JDK 6

Build

  1. clone the repository
    e.g.: $git clone git://github.com/mbien/gluegen.git gluegen
  2. cd into gluegen/make
  3. $ant clean all test