diff --git a/README.md b/README.md index a8331e35..45fbafe9 100644 --- a/README.md +++ b/README.md @@ -20,19 +20,17 @@ All releases are published on [GitHub](https://github.com/cage-kiosk/cage/releas You can build Cage with the [meson](https://mesonbuild.com/) build system. It requires wayland, wlroots, and xkbcommon to be installed. Optionally, install -scdoc for manual pages. Note that Cage is developed against the latest tag of -wlroots, in order to not constantly chase breaking changes as soon as they -occur. +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