Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Latest commit

 

History

History
34 lines (28 loc) · 740 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 740 Bytes

libstardustxr

Stardust XR C++ library for server implementations and clients

Prerequisites

  1. Meson
  2. Ninja
  3. Flatbuffers >= 1.12.0

Build

meson build --prefix=/usr
cd build
ninja

Install

ninja install

Server

  • Include directory /usr/local/include/stardustxr
  • Link to /usr/local/lib/x86_64-linux-gnu/libstardustxr-server.so
  • pkgconfig name is stardustxr-server

Client

  • Include directory /usr/local/include/stardustxr
  • Link to /usr/local/lib/x86_64-linux-gnu/libstardustxr.so
  • pkgconfig name is stardustxr

Fusion

  • Include directory /usr/local/include/stardustxr
  • Link to /usr/local/lib/x86_64-linux-gnu/libstardustxr-server.so
  • pkgconfig name is stardustxr-fusion