summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2021-06-03 01:41:10 -0500
committerDevin J. Pohly <djpohly@gmail.com>2021-06-03 01:41:10 -0500
commitc6f96d5391b43268f05787c4171ddc5ed4cbf0b8 (patch)
treebd9946957f1fecfa96cd3b2112b53461384b582f
parentbd2f7fbb4082d947ec2738cd31d403e9f0c10f50 (diff)
mention `-devel` packages
It seems like there are people trying dwl who aren't as familiar with how their distros do development, so let's give them a pointer in the right direction.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 51aecf8..5041c1b 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Feature *non-goals* for the main codebase include:
## Building dwl
-dwl has only two dependencies: wlroots 0.13 and wayland-protocols. Simply install these and run `make`. If you wish to build against a Git version of wlroots, check out the [wlroots-next branch](https://github.com/djpohly/dwl/tree/wlroots-next).
+dwl has only two dependencies: wlroots and wayland-protocols. Simply install these (and their `-devel` versions if your distro has separate development packages) and run `make`. If you wish to build against a Git version of wlroots, check out the [wlroots-next branch](https://github.com/djpohly/dwl/tree/wlroots-next).
To enable XWayland, you should also install xorg-xwayland and uncomment its flag in `config.mk`.