mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-06 07:15:31 -04:00
Update README.md
This commit is contained in:
parent
c8dde3a2ad
commit
28f97d2971
1 changed files with 6 additions and 2 deletions
|
|
@ -52,8 +52,12 @@ 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 `meson setup build`. If you wish to build against a Git
|
development packages) and run
|
||||||
version of wlroots, check out the [wlroots-next branch].
|
```
|
||||||
|
meson setup build
|
||||||
|
meson compile -C build
|
||||||
|
```
|
||||||
|
If you wish to build against a Git version of wlroots, check out the [wlroots-next branch].
|
||||||
|
|
||||||
To enable XWayland, you should also install xorg-xwayland and build with `-Dxwayland=enabled`.
|
To enable XWayland, you should also install xorg-xwayland and build with `-Dxwayland=enabled`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue