Login  Register

Re: How to build

Posted by Wade Walker on Apr 26, 2014; 2:50pm
URL: https://forum.jogamp.org/How-to-build-tp4032236p4032241.html

Sorry, this is my fault -- I forgot to update the docs after updating the build process to match JOGL and JOAL. To build, you set up your environment just like for JOGL (gcc, Java, ant, etc.), then cd to jocl/make and do "ant clean", then "ant". To run the tests, type "ant junit.run".

I'll fix the docs this weekend.