From 865a33ac20bfeefa3af0f735aa5bc01826c03844 Mon Sep 17 00:00:00 2001 From: Jonathan GUILLOT Date: Wed, 21 Aug 2024 17:59:36 +0200 Subject: [PATCH 1/2] readme: update wlroots dependency version --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a8331e35..86e26ef6 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,7 @@ 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: From fad8ef82d38f0f5762c4af301d6f43193ed1ed00 Mon Sep 17 00:00:00 2001 From: Jonathan GUILLOT Date: Wed, 21 Aug 2024 18:06:34 +0200 Subject: [PATCH 2/2] readme: update meson commands --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 86e26ef6..45fbafe9 100644 --- a/README.md +++ b/README.md @@ -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