Files
website/docs/getting-started/install.md
2021-08-11 22:11:32 -05:00

875 B

sidebar_position
sidebar_position
2

Installation

libstardustxr (server, client, and fusion)

Prerequisites

  1. Meson
  2. Ninja
  3. 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

  1. Meson >= 0.55.0
  2. Ninja
  3. CMake
  4. Flatbuffers >= 1.12.0
  5. EGL+GLES 3.2
  6. GLX+Xlib
  7. fontconfig
  8. dlopen
  9. 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