mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
Updated Development Setup (markdown)
parent
663d71b5ed
commit
5f14948b81
@ -53,6 +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 Sway installed on your system or if you want to test swaybar/swaymsg/swaynag changes, you can populate your `PATH` like so:
|
||||
|
||||
```sh
|
||||
export PATH=build/swaybar:build/swaymsg:build/swaynag:$PATH
|
||||
```
|
||||
|
||||
# System-wide installation
|
||||
|
||||
This section is relevant if you want to install both wlroots and sway system-wide (not using a subproject).
|
||||
|
Loading…
Reference in New Issue
Block a user