mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
Updated Development Setup (markdown)
parent
baa8ac612a
commit
981f9a9ba3
@ -53,10 +53,12 @@ In order to be able to collect core dumps on ASan failures (to inspect variable
|
||||
|
||||
When pulling from the Sway repo, remember to also pull from the wlroots repo.
|
||||
|
||||
If you don't have a recent enough version of libseat or wayland-protocols, you can use subprojects like so:
|
||||
The wlroots CI ensures it always builds on Arch Linux, Alpine edge and FreeBSD. If you're using another distribution which doesn't ship new enough dependencies, it's possible to build them as subprojects, for instance:
|
||||
|
||||
```sh
|
||||
git clone https://gitlab.freedesktop.org/wayland/wayland.git subprojects/wayland
|
||||
git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git subprojects/wayland-protocols
|
||||
git clone https://gitlab.freedesktop.org/mesa/drm.git subprojects/libdrm
|
||||
git clone https://git.sr.ht/~kennylevinsen/seatd subprojects/seatd
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user