Update README.md

This commit is contained in:
StratusFearMe21 2023-01-15 22:22:22 +00:00 committed by GitHub
parent 0dba1e56d7
commit c8dde3a2ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,11 +52,10 @@ Feature *non-goals* for the main codebase include:
dwl has only two dependencies: `wlroots` and `wayland-protocols`. dwl has only two dependencies: `wlroots` and `wayland-protocols`.
Simply install these (and their `-devel` versions if your distro has separate 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 development packages) and run `meson setup build`. If you wish to build against a Git
version of wlroots, check out the [wlroots-next branch]. version of wlroots, check out the [wlroots-next branch].
To enable XWayland, you should also install xorg-xwayland and uncomment its flag To enable XWayland, you should also install xorg-xwayland and build with `-Dxwayland=enabled`.
in `config.mk`.
## Configuration ## Configuration