readme: update meson commands

This commit is contained in:
Jonathan GUILLOT 2024-08-21 18:06:34 +02:00 committed by Simon Ser
parent 018d5bc4b9
commit df508d65e7

View file

@ -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: Simply execute the following steps to build Cage:
``` ```
$ meson build $ meson setup build
$ ninja -C build $ meson compile -C build
``` ```
By default, this builds a debug build. To build a release build, use `meson 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 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 that your version of wlroots is compiled with this option. Note that you'll