From 5e49dc98afe327c09644ca8467792bab6455fd10 Mon Sep 17 00:00:00 2001 From: Sophie Winter Date: Sun, 1 Sep 2024 16:19:22 -0700 Subject: [PATCH] Add note about prefix argument on Arch to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e220624..04dc0b8 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The easiest way to build against GTK Layer Shell is to use the `gtk-layer-shell- ## Building From Source 1. Clone this repo 2. Install build dependencies (see below) -3. `$ meson setup -Dexamples=true -Ddocs=true -Dtests=true build` +3. `$ meson setup -Dexamples=true -Ddocs=true -Dtests=true build` (NOTE: `--prefix=/usr` may be needed on Arch Linux) 4. `$ ninja -C build` 5. `$ sudo ninja -C build install` 6. `$ sudo ldconfig`