mirror of
https://github.com/swaywm/sway.git
synced 2025-02-16 14:24:27 +00:00
Updated [WIP] Development Environment (markdown)
parent
a48c90cb0a
commit
7d757bfcbe
|
@ -44,7 +44,7 @@ export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH
|
|||
export LD_LIBRARY_PATH=/usr/local/lib64/:$LD_LIBRARY_PATH
|
||||
```
|
||||
|
||||
Execute `source ~/.profile` to update the variables for your current terminal session. You should ensure that your chosen shell sources `~/.profile` on login.
|
||||
Execute `source ~/.profile` to update the variables for your current terminal session. You should ensure that your chosen shell sources `~/.profile` on login (you may need to delete `~/.bash_profile` for it to take precedent).
|
||||
|
||||
# Compiling
|
||||
You're now ready to compile wlroots, which is the Wayland compositor library used by Sway.
|
Loading…
Reference in a new issue