mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-19 19:14:53 +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)
|
||||
|
||||
## Running
|
||||
## Building and running from source
|
||||
|
||||
```bash
|
||||
git clone https://gitlab.com/gabmus/envision/
|
||||
cd envision
|
||||
cd envision
|
||||
meson setup build -Dprefix="$PWD/build/localprefix" -Dprofile=development
|
||||
ninja -C build
|
||||
ninja -C build install
|
||||
|
|
Loading…
Add table
Reference in a new issue