add instructions for Oculus Mobile SDK

This commit is contained in:
Stephen Birarda 2015-01-27 16:00:58 -08:00
parent d09b8f8c2e
commit 730be964fe

View file

@ -94,6 +94,11 @@ make install
This will create the `lib` and `include` folders inside `ANDROID_LIB_DIR/soxr` that FindSoxr will look for.
####Oculus Mobile SDK
Download the [Oculus Mobile SDK](https://developer.oculus.com/downloads/#sdk=mobile) and extract the archive inside your `ANDROID_LIB_DIR` folder. Rename the extracted folder to `libovr`.
From the VrLib directory, use ndk-build to build VrLib. This will create the liboculus.a archive that our FindLibOVR module will look for when cmake is run.
####GLM