mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 06:38:52 +00:00
chore: relabel running section as build and run from source in readme
This commit is contained in:
parent
4d68a6a4d1
commit
7f37296834
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ 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)
|
Download the latest AppImage snapshot: [GitLab Pipelines](https://gitlab.com/gabmus/envision/-/pipelines?page=1&scope=all&ref=main)
|
||||||
|
|
||||||
## Running
|
## Building and running from source
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://gitlab.com/gabmus/envision/
|
git clone https://gitlab.com/gabmus/envision/
|
||||||
cd envision
|
cd envision
|
||||||
meson setup build -Dprefix="$PWD/build/localprefix" -Dprofile=development
|
meson setup build -Dprefix="$PWD/build/localprefix" -Dprofile=development
|
||||||
ninja -C build
|
ninja -C build
|
||||||
ninja -C build install
|
ninja -C build install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue