diff options
-rw-r--r-- | doc/HowToBuild.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html index 87d607b41..7782ad3d9 100644 --- a/doc/HowToBuild.html +++ b/doc/HowToBuild.html @@ -244,6 +244,11 @@ apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 gcc-multilib lib32gcc1 lib32g /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>, + you will miss the following features: + <ul> + <li>OculusVR Support</li> + </ul> </li> <li> <b>Unset your CLASSPATH environment variable:</b> <br/> |