diff options
author | Sven Gothel <[email protected]> | 2014-06-20 00:02:14 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-06-20 00:02:14 +0200 |
commit | 589070da2be7e097b7415503011387ad1f6e14d5 (patch) | |
tree | c649a7d87a32786c4bc491f55d29bd9b4c4fc012 /doc/HowToBuild.html | |
parent | 8a4dacf38c9d78bc0aafae91cbd256148835ee9b (diff) |
Bug 1021: Add OculusSDK binding / Basic OVR support (HowtoBuild.xml: Mention feature loss if not fetching submodules)
Diffstat (limited to 'doc/HowToBuild.html')
-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/> |