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

StardustXR/libstardustxr-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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