diff --git a/README.md b/README.md index ee3fb0f..1c4f2e7 100644 --- a/README.md +++ b/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) +
+ + +## Dependencies + + + +### 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. + +
+ + + ## Building and running from source + ```bash git clone https://gitlab.com/gabmus/envision/ cd envision