diff options
-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 |