contributing: Add meson profile for fenv instructions

This commit is contained in:
Kévin Commaille 2023-11-12 11:17:58 +01:00
parent 593cc455df
commit 1530a68d7b
No known key found for this signature in database
GPG Key ID: 29A48C1F03620416
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ After that, move into the directory where you cloned Fractal and setup the proje
fenv gen build-aux/org.gnome.Fractal.Hack.json
# Initialize the build system
fenv exec -- meson setup --prefix=/app _build
fenv exec -- meson setup -Dprofile=hack --prefix=/app _build
```
Finally, build and run the application: