diff options
author | Sven Gothel <[email protected]> | 2015-03-24 03:56:16 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-03-24 03:56:16 +0100 |
commit | 590b5bed36622933f452caf1db18b4dd16a75669 (patch) | |
tree | e5a527166914bf809dfe2e37128a57359a96fbd6 | |
parent | 1edd563607867a8f3f5cc6d764c6d6462179aa0b (diff) |
Bug 1149 - Replacing PCPP w/ JCPP: Update HowToBuild.html
-rw-r--r-- | doc/HowToBuild.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html index 3879b95d5..c932b6bdc 100644 --- a/doc/HowToBuild.html +++ b/doc/HowToBuild.html @@ -248,7 +248,7 @@ ln -s libudev.so.1 libudev.so </ul><br/> 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 --recurse-submodules git://jogamp.org/srv/scm/gluegen.git gluegen /home/dude/projects/jogamp> git clone --recurse-submodules git://jogamp.org/srv/scm/jogl.git jogl </pre> Now you should have following directory structure: @@ -257,11 +257,17 @@ ln -s libudev.so.1 libudev.so /home/dude/projects/jogamp/gluegen /home/dude/projects/jogamp/jogl </pre> - Note: In case you do not get the JOGL sources with <i>-recurse-submodules</i>, + <p> + Note-1: The GlueGen source must be fetched using <i>-recurse-submodules</i>, + which imports <i>JCPP</i>, now used as the default C preprocessor. + </p> + <p> + Note-2: In case you do not get the JOGL sources with <i>-recurse-submodules</i>, you will miss the following features: <ul> <li>OculusVR Support</li> </ul> + </p> </li> <li> <b>Unset your CLASSPATH environment variable:</b> <br/> |