Re: output from building jocl not matching build instructions
Posted by
Sven Gothel on
Nov 22, 2011; 5:03pm
URL: https://forum.jogamp.org/output-from-building-jocl-not-matching-build-instructions-tp3528028p3528325.html
On Tuesday, November 22, 2011 04:28:33 PM wjohnson [via jogamp] wrote:
>
> OSX 7.3
>
> Instructions to build say:
>
> ...
> It is important that you checkout the source project side by side to its
> dependencies:
>
> /home/dude/projects/jogamp> git clone git://jogamp.org/srv/scm/jocl.git
> jocl
>
>
> Now you should have following directory structure:
>
> /home/dude/projects/jogamp
> /home/dude/projects/jogamp/gluegen
> /home/dude/projects/jogamp/jogl
> /home/dude/projects/jogamp/jocl
> ...
>
> -------
> I'm seeing only the jocl directory but not gluegen or jogl. Would
> appreciate advice on what I'm missing?
you have to follow the JOGL build instructions 1st .. as mentioned.
this will lead you to fetch gluegen and jogl, besides building them 1st.
~Sven