update readme again*3

This commit is contained in:
Schmarni
2023-10-31 17:39:43 +01:00
parent 1c025d703b
commit 0658075a36

View File

@@ -1,15 +1,10 @@
## setup ## setup
install xbuild ´´´sh cargo install --git https://github.com/rust-mobile/xbuild ´´´
run ´´´sh x doctor ´´´ and install all required depencencies
download the [openxr loader](https://developer.oculus.com/downloads/package/oculus-openxr-mobile-sdk/) and put it in the runtime_libs/arm64-v8a folder
install xbuild ´´´sh cargo install --git https://github.com/rust-mobile/xbuild ´´´
run ´´´sh x doctor ´´´ and install all required depencencies
download the [openxr loader](https://developer.oculus.com/downloads/package/oculus-openxr-mobile-sdk/) and put it in the runtime_libs/arm64-v8a folder
## how to run ## how to run
run ´´´sh x devices ´´´
and get the device name that looks something like this "adb:1WD523S" (probably a bit longer)
run ´´´sh then ´´´sh run x run --release ´´´
x devices
´´´
and get the device name that looks something like this "adb:1WD523S" (probably a bit longer)
then ´´´sh
run x run --release
´´´