mirror of
https://github.com/swaywm/sway.git
synced 2024-11-24 00:41:28 +00:00
Updated Development Setup (markdown)
parent
d090ceeeb3
commit
9e0588b552
|
@ -39,6 +39,10 @@ git clone git@github.com:swaywm/sway.git
|
|||
cd sway
|
||||
git clone git@github.com:swaywm/wlroots.git subprojects/wlroots
|
||||
|
||||
# optional: also build wlroots dependencies (wayland-protocols, seatd...) as subprojects
|
||||
git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git subprojects/wayland-protocols
|
||||
git clone https://git.sr.ht/~kennylevinsen/seatd subprojects/seatd
|
||||
|
||||
# Build sway and wlroots
|
||||
meson build/
|
||||
ninja -C build/
|
||||
|
|
Loading…
Reference in a new issue