Add: Terra instructions (#18)

* Add Terra instructions

* How to run telescope

* Fix typo
This commit was merged in pull request #18.
This commit is contained in:
Owen Zimmerman
2024-12-29 20:34:20 -06:00
committed by GitHub
parent 43380670f3
commit cae188d6ea
2 changed files with 20 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ It's generally easiest to follow the instructions at https://lvra.gitlab.io/docs
### Other distros ### Other distros
[Envision](https://lvra.gitlab.io/docs/fossvr/envision/) is the XR launcher (like a minecraft launcher) of choice for open source XR and is overall better in practice than SteamVR. [Envision](https://lvra.gitlab.io/docs/fossvr/envision/) is the XR launcher (like a minecraft launcher) of choice for open source XR and is overall better in practice than SteamVR. If you are a Fedora user, Envision is packaged, but it's reccomended to get it from the [Terra repository](https://terra.fyralabs.com/). Other distros will need to build from source.
# Test OpenXR Runtime # Test OpenXR Runtime

View File

@@ -31,6 +31,24 @@ nix run github:StardustXR/telescope
NIXPKGS_ALLOW_UNFREE=1 nix run --impure github:StardustXR/telescope#telescopeNvidia NIXPKGS_ALLOW_UNFREE=1 nix run --impure github:StardustXR/telescope#telescopeNvidia
``` ```
## Non-nix ## Fedora/Ultramarine
You can install Telescope, and all other core Stardust tools, through the [Terra repository](https://terra.fyralabs.com/). This repository is pre-installed on Ultramarine, manual instructions can be found on their website.
To just install Telescope:
```
dnf install telescope
```
To install all Stardust XR packages (Ultramarine 40 and later, Fedora 41 and later):
```
dnf group install stardust-xr
```
From here, just run `telescope` in your terminal of choice.
## Other
An AppImage generated from the nix flake is currently WIP. Please check back later or do a [manual build.](manual) An AppImage generated from the nix flake is currently WIP. Please check back later or do a [manual build.](manual)