mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
use code style for ndk-build for libovr
This commit is contained in:
parent
ddd9851f17
commit
6ba7bd817c
1 changed files with 8 additions and 1 deletions
|
@ -105,7 +105,14 @@ The Oculus Mobile SDK is optional, for Gear VR support. It is not required to co
|
|||
|
||||
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.
|
||||
From the VrLib directory, use ndk-build to build VrLib.
|
||||
|
||||
```
|
||||
cd VrLib
|
||||
ndk-build
|
||||
```
|
||||
|
||||
This will create the liboculus.a archive that our FindLibOVR module will look for when cmake is run.
|
||||
|
||||
#####Hybrid testing
|
||||
|
||||
|
|
Loading…
Reference in a new issue