mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
add instructions for Oculus Mobile SDK
This commit is contained in:
parent
d09b8f8c2e
commit
730be964fe
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue