GlueGen Wiki: Difference between revisions
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: | ||
__TOC__ | |||
ANT 1.8 | |||
JDK 6 | == Build Requirements == | ||
* 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 19:51, 13 May 2010
Build Requirements
- 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