aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-02-16 03:23:21 +0100
committerSven Gothel <[email protected]>2014-02-16 03:23:21 +0100
commitb49859e5ea464a978812036bef05718e6ea00909 (patch)
tree87c499d139a5df3e45fc16b9a42ec4082b6cedec
parent69cafbdd79eadccec803b4fcd1789657cb7c6529 (diff)
README: Add note regarding 'git --recurse-submodules' for openal-soft submodule
-rw-r--r--README.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index c7e8e8f..2107191 100644
--- a/README.txt
+++ b/README.txt
@@ -143,6 +143,18 @@ Preparations:
* OSX:
Grab the OpenAL SDK from openal.org and install it.
+
+GIT
+====
+
+JOAL can be build w/ openal-soft, which is a git submodule of JOAL.
+This is the default for our JogAmp build.
+
+Cloning [and pulling] JOAL incl. openal-soft
+can be performed w/ the option '--recurse-submodules'.
+
+ git clone --recurse-submodules git://jogamp.org/srv/scm/joal.git
+ cd joal ; git pull --recurse-submodules
JOAL Build Instructions:
===================