On Wednesday, October 05, 2011 04:39:54 PM Andy Skinner [via jogamp] wrote:
>
> Thanks.
>
> You mean this page?
>
http://jogamp.org/jogl/doc/HowToBuild.html>
>
> I was following that, and don't see to build gluegen first:
>
> Here are the steps that are required in order to build JOGL.
>
> 1.Optain the source code using git:
> ... steps for using git ...
>
> 2.Unset your CLASSPATH environment variable:
> ...
> 3.Optional Copy and edit gluegen.properties:
> ...
> 4.Optional Copy and edit jogl.properties:
> ...
> 5.Build the source tree:
> Open a command shell in the "jogl/make" directory of the source tree and
> type "ant".
>
>
> Would you mind clarifying that?
Oops .. good catch :)
5a)
> Open a command shell in the "gluegen/make" directory of the source tree and
> type "ant".
5b)
> Open a command shell in the "jogl/make" directory of the source tree and
> type "ant".
will fix it soon, thank you.
>
> thanks,
> andy
~Sven