diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HowToBuild.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html index f26c673d4..87d607b41 100644 --- a/doc/HowToBuild.html +++ b/doc/HowToBuild.html @@ -236,7 +236,7 @@ apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 gcc-multilib lib32gcc1 lib32g It is crucial that you checkout the source code under a common root directory: <pre> /home/dude/projects/jogamp> git clone git://jogamp.org/srv/scm/gluegen.git gluegen - /home/dude/projects/jogamp> git clone git://jogamp.org/srv/scm/jogl.git jogl + /home/dude/projects/jogamp> git clone --recurse-submodules git://jogamp.org/srv/scm/jogl.git jogl </pre> Now you should have following directory structure: <pre> |