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.
This commit is contained in:
Devin J. Pohly 2021-06-03 01:41:10 -05:00
parent bd2f7fbb40
commit c6f96d5391
1 changed files with 1 additions and 1 deletions

View File

@ -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`.