mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +00:00
Update README.md
This commit is contained in:
parent
cd731d2e8e
commit
e23b226715
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
@ -14,8 +14,28 @@ UI for building, configuring and running Monado, the open source OpenXR runtime.
|
|||
|
||||
Download the latest AppImage snapshot: [GitLab Pipelines](https://gitlab.com/gabmus/envision/-/pipelines?page=1&scope=all&ref=main)
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
|
||||
## Dependencies
|
||||
|
||||
</summary>
|
||||
|
||||
### Arch
|
||||
|
||||
You can find the Arch dependencies in the `PKGBUILD` in `dist/arch/PKGBUILD`.
|
||||
|
||||
### Debian/Ubuntu
|
||||
|
||||
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
|
||||
|
||||
|
||||
```bash
|
||||
git clone https://gitlab.com/gabmus/envision/
|
||||
cd envision
|
||||
|
|
Loading…
Add table
Reference in a new issue