Login  Register

Re: gluegen dependency

Posted by Michael Bien on May 13, 2010; 5:56pm
URL: https://forum.jogamp.org/gluegen-dependency-tp815496p815518.html

On 05/13/2010 07:45 PM, dante4d [via jogamp] wrote:
Hello,

I will try to find out myself, but does jogl depend on gluegen at build time just in terms of requiring *.jar and *.so files for it's compilation, or more? I mean, do I need only the jars and libs to compile jogl, or do I need the whole source tree and everything else?

Thanks
David


View message @ http://jogamp.762907.n3.nabble.com/gluegen-dependency-tp815496p815496.html
To start a new topic under jogamp, email [hidden email]
To unsubscribe from jogamp, click here.

you will need the complete GlueGen project since GlueGen generates the binding code for JOGL (and all other projects too).

-michael