diff options
author | Sven Gothel <[email protected]> | 2014-06-19 18:06:01 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-06-19 18:06:01 +0200 |
commit | 20bf51f2ccbecf1ab21ef3dbd2ff06e04ebd40cc (patch) | |
tree | 6dea5cc9a7fd3faa32f7d16138fc85876ecdc8ec | |
parent | 80335380a644ea37cc618ad1fd49c0ebd076a251 (diff) |
Bug 1021: Adding submodule oculusvr-sdk and adjust HowToBuild (git clone --recurse-submodules <jogl-url>)
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | doc/HowToBuild.html | 2 | ||||
m--------- | oculusvr-sdk | 0 |
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..9f61a9aad --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "oculusvr-sdk"] + path = oculusvr-sdk + url = ../oculusvr-sdk.git 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> diff --git a/oculusvr-sdk b/oculusvr-sdk new file mode 160000 +Subproject da82e664d359c540e96e4602fd5980003bff3e5 |