From 730be964fec9bbf987f6b03de65388af46646d9f Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 27 Jan 2015 16:00:58 -0800 Subject: [PATCH] add instructions for Oculus Mobile SDK --- BUILD_ANDROID.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BUILD_ANDROID.md b/BUILD_ANDROID.md index f38b9575b2..97e2ba3e53 100644 --- a/BUILD_ANDROID.md +++ b/BUILD_ANDROID.md @@ -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