mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
readme: update meson commands
This commit is contained in:
parent
865a33ac20
commit
fad8ef82d3
1 changed files with 3 additions and 3 deletions
|
|
@ -25,12 +25,12 @@ scdoc for manual pages. Cage is currently based on branch 0.17 of wlroots.
|
|||
Simply execute the following steps to build Cage:
|
||||
|
||||
```
|
||||
$ meson build
|
||||
$ ninja -C build
|
||||
$ meson setup build
|
||||
$ meson compile -C build
|
||||
```
|
||||
|
||||
By default, this builds a debug build. To build a release build, use `meson
|
||||
build --buildtype=release`.
|
||||
setup build --buildtype=release`.
|
||||
|
||||
Cage comes with compile-time support for XWayland. To enable this, make sure
|
||||
that your version of wlroots is compiled with this option. Note that you'll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue