Skip to content

Commit

Permalink
Add note about prefix argument on Arch to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wmww committed Sep 1, 2024
1 parent 3f58224 commit 5e49dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 5e49dc9

Please sign in to comment.