mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 03:12:31 +02:00
capitalize VRLib in libovr instructions
This commit is contained in:
parent
ce1e96e034
commit
f75031c688
1 changed files with 2 additions and 2 deletions
|
@ -105,10 +105,10 @@ 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.
|
||||
From the VRLib directory, use ndk-build to build VrLib.
|
||||
|
||||
```
|
||||
cd VrLib
|
||||
cd VRLib
|
||||
ndk-build
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue