Updated [WIP] Development Environment (markdown)

Connor E 2018-11-28 07:54:10 +00:00
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.