Last active
October 22, 2015 00:33
-
-
Save lgarner/3361e5211f36535244ff to your computer and use it in GitHub Desktop.
Oculus Mobile SDK 0.6.2.0 on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
First, do most of this: | |
https://gist.github.com/dirkk0/b474e1218dcc02025e25 | |
But for the native samples to compile, only do the following extra on a clean Oculus Mobile SDK 0.6.2 install: | |
cd osdk/VrAppSupport | |
ln -s VrGUI VrGui | |
The basic problem: Linux cares about capitalization. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment