mirror of
https://github.com/DrBeef/QuakeQuest.git
synced 2024-11-24 21:12:17 +00:00
Update README.md
This commit is contained in:
parent
b4196eb8ed
commit
b09f550937
1 changed files with 11 additions and 3 deletions
14
README.md
14
README.md
|
@ -81,8 +81,16 @@ Future To-Dos:
|
|||
Building:
|
||||
---------
|
||||
|
||||
I will add details on how to build in a future update. For a start you need:
|
||||
You need the following:
|
||||
|
||||
* Android Developer Studio
|
||||
* Oculus Mobile SDK 1.23.0
|
||||
* The QuakeQuest folder should be below VrSamples in the extracted SDK
|
||||
* Android SDK API level 24
|
||||
* Latest Android Native Development Kit
|
||||
* Oculus Mobile SDK 1.24.0
|
||||
* The QuakeQuest folder cloned from GitHub should be below VrSamples in the extracted SDK
|
||||
* Create a local.properties file in the root of the extracted Oculus Mobile SDK that contains the ndk.dir and sdk.dir properties for where your SDK/NDK are located (see Gradle documentation regarding this)
|
||||
* To build debug you will need a _android.debug.keystore_ file placed in the following folder:
|
||||
_oculus_sdk_dir_/VrSamples/QuakeQuest/Projects/Android
|
||||
|
||||
Alternatively you can use the docker image created by BrainSlugs83 which can be found here: https://github.com/BrainSlugs83/DockerOvrSdk
|
||||
|
||||
|
|
Loading…
Reference in a new issue