Login  Register

output from building jocl not matching build instructions

Posted by wjohnson on Nov 22, 2011; 3:28pm
URL: https://forum.jogamp.org/output-from-building-jocl-not-matching-build-instructions-tp3528028.html

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?

~/Development/git/jogamp [532]$ git clone git://jogamp.org/srv/scm/jocl.git jocl
Cloning into jocl...
remote: Counting objects: 4222, done.
remote: Compressing objects: 100% (1232/1232), done.
remote: Total 4222 (delta 2334), reused 3534 (delta 1886)
Receiving objects: 100% (4222/4222), 4.03 MiB | 1.68 MiB/s, done.
Resolving deltas: 100% (2334/2334), done.
~/Development/git/jogamp [533]$ ls
jocl