From bf454f3b57455e4d87414018c1eb7cedc58ee33d Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 27 Jan 2015 16:02:01 -0800 Subject: [PATCH] add the oculus mobile sdk as an Android requirement --- BUILD_ANDROID.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD_ANDROID.md b/BUILD_ANDROID.md index 97e2ba3e53..9812d144a4 100644 --- a/BUILD_ANDROID.md +++ b/BUILD_ANDROID.md @@ -7,6 +7,7 @@ You will need the following tools to build our Android targets. * [Android NDK](https://developer.android.com/tools/sdk/ndk/index.html) = r10c * [Android SDK](http://developer.android.com/sdk/installing/index.html) ~> 24.0.2 * Be sure to install SDK Platform for API Level 19 +* [Oculus Mobile SDK](https://developer.oculus.com/downloads/#sdk=mobile) ~> 0.4.2 You will also need to cross-compile the dependencies required for all platforms for Android, and help CMake find these compiled libraries on your machine.