diff options
author | David-Valters <46930139+David-Valters@users.noreply.github.com> | 2022-07-13 14:40:49 +0300 |
---|---|---|
committer | Leonardo Hernández <leohdz172@protonmail.com> | 2022-07-13 20:19:43 -0500 |
commit | af12e777f2eaf3237e4e95945646ef676d466e6e (patch) | |
tree | 5855b77c78ce1e3758310b0ef9453e6cb391fe76 | |
parent | 8e03bce6217117f0687cd727ae2c47bdd3c0fe5a (diff) |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -37,7 +37,9 @@ Feature *non-goals* for the main codebase include: ## Building dwl -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). +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`. |