875 B
875 B
sidebar_position
| sidebar_position |
|---|
| 2 |
Installation
libstardustxr (server, client, and fusion)
Prerequisites
- Meson
- Ninja
- Flatbuffers >= 1.12.0
Download
git clone https://github.com/StardustXR/libstardustxr.git
cd libstardustxr
Build
meson build --prefix=/usr
cd build
ninja
Install
ninja install
stardust-xr (reference server)
Prerequisites
- Meson >= 0.55.0
- Ninja
- CMake
- Flatbuffers >= 1.12.0
- EGL+GLES 3.2
- GLX+Xlib
- fontconfig
- dlopen
- OpenXR Loader (required even if run in flatscreen mode)
Download
git clone https://github.com/StardustXR/stardust-xr.git
cd stardust-xr
Build
meson build --prefix=/usr
cd build
ninja
Install
ninja install