From 0658075a36312e37ba18994bd726399159821360 Mon Sep 17 00:00:00 2001 From: Schmarni Date: Tue, 31 Oct 2023 17:39:43 +0100 Subject: [PATCH] update readme again*3 --- examples/demo/Readme.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/examples/demo/Readme.md b/examples/demo/Readme.md index 98bb81e..9a32b14 100644 --- a/examples/demo/Readme.md +++ b/examples/demo/Readme.md @@ -1,15 +1,10 @@ ## 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 - - run ´´´sh - x devices - ´´´ - and get the device name that looks something like this "adb:1WD523S" (probably a bit longer) - - then ´´´sh - run x run --release - ´´´ +run ´´´sh x devices ´´´ +and get the device name that looks something like this "adb:1WD523S" (probably a bit longer) + +then ´´´sh run x run --release ´´´