summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-06-19 18:06:01 +0200
committerSven Gothel <[email protected]>2014-06-19 18:06:01 +0200
commit20bf51f2ccbecf1ab21ef3dbd2ff06e04ebd40cc (patch)
tree6dea5cc9a7fd3faa32f7d16138fc85876ecdc8ec /doc
parent80335380a644ea37cc618ad1fd49c0ebd076a251 (diff)
Bug 1021: Adding submodule oculusvr-sdk and adjust HowToBuild (git clone --recurse-submodules <jogl-url>)
Diffstat (limited to 'doc')
-rw-r--r--doc/HowToBuild.html2
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>