mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-10 01:58:52 +00:00
chore: update readme to make it more clear that you don't have to build anything
This commit is contained in:
parent
5eb42335e0
commit
100c61cb6b
1 changed files with 9 additions and 7 deletions
16
README.md
16
README.md
|
@ -10,17 +10,21 @@ Also consider that due to the unstable nature of the app, it's possible to encou
|
|||
|
||||

|
||||
|
||||
UI for building, configuring and running Monado, the open source OpenXR runtime.
|
||||
Orchestrator for the free XR stack.
|
||||
|
||||
Download the latest AppImage snapshot: [GitLab Pipelines](https://gitlab.com/gabmus/envision/-/pipelines?page=1&scope=all&ref=main)
|
||||
# Download Envision
|
||||
|
||||
You can download the latest AppImage snapshot: [GitLab Pipelines](https://gitlab.com/gabmus/envision/-/pipelines?page=1&scope=all&ref=main)
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
|
||||
## Dependencies
|
||||
# Build instructions (for package maintainers and advanced users only)
|
||||
|
||||
</summary>
|
||||
|
||||
## Dependencies
|
||||
|
||||
### Arch
|
||||
|
||||
You can find the Arch dependencies in the `PKGBUILD` in `dist/arch/PKGBUILD`.
|
||||
|
@ -29,10 +33,6 @@ You can find the Arch dependencies in the `PKGBUILD` in `dist/arch/PKGBUILD`.
|
|||
|
||||
You can find the Debian dependencies in the `.gitlab-ci.yml` file in this repository, in particular you can find the install command used by the CI in the `appimage` stage.
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
|
||||
## Building and running from source
|
||||
|
||||
|
||||
|
@ -53,6 +53,8 @@ cd envision
|
|||
./dist/appimage/build_appimage.sh
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
# Common issues
|
||||
|
||||
## NOSUID with systemd-homed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue