diff options
author | Sven Gothel <[email protected]> | 2014-02-16 03:23:21 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-02-16 03:23:21 +0100 |
commit | b49859e5ea464a978812036bef05718e6ea00909 (patch) | |
tree | 87c499d139a5df3e45fc16b9a42ec4082b6cedec | |
parent | 69cafbdd79eadccec803b4fcd1789657cb7c6529 (diff) |
README: Add note regarding 'git --recurse-submodules' for openal-soft submodule
-rw-r--r-- | README.txt | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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: =================== |