mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-21 20:14:50 +00:00
chore: update running instructions in readme
This commit is contained in:
parent
b7493330c0
commit
e4ac027eee
1 changed files with 4 additions and 1 deletions
|
@ -9,5 +9,8 @@ UI for building, configuring and running Monado, the open source OpenXR runtime.
|
|||
```bash
|
||||
git clone https://gitlab.com/gabmus/rex2
|
||||
cd rex2
|
||||
cargo run
|
||||
meson setup build -Dprefix="$PWD/build/localprefix" -Dprofile=development
|
||||
ninja -C build
|
||||
ninja -C build install
|
||||
./build/localprefix/bin/rex2
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue