Update install documentation #1

Merged
philpax merged 1 commits from patch-1 into main 2022-03-17 23:33:33 -04:00

View File

@@ -62,6 +62,7 @@ AUR: `stardust-xr-git`
8. wayland 8. wayland
9. xwayland 9. xwayland
10. OpenXR Loader (required even if run in flatscreen mode, generally just named `openxr`) 10. OpenXR Loader (required even if run in flatscreen mode, generally just named `openxr`)
11. libxkbcommon-x11
### Download ### Download
```bash ```bash
@@ -96,7 +97,7 @@ meson install --skip-subprojects
### Download ### Download
```bash ```bash
git clone https://github.com/StardustXR/stardust-client-tests.git git clone https://github.com/StardustXR/stardust-client-tests.git
cd stardust-xr cd stardust-client-tests
``` ```
### Build ### Build
@@ -104,4 +105,4 @@ cd stardust-xr
meson build --prefix=/usr meson build --prefix=/usr
cd build cd build
ninja ninja
``` ```