1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-03-22 14:22:04 +00:00

Updated Development Setup (markdown)

Connor Edwards 2019-02-19 16:34:57 +00:00
parent 0d535edd01
commit 22c3844463

@ -34,7 +34,7 @@ Ensure that `/usr/local/bin` is in your `PATH` by executing `echo $PATH`. If it
export PATH=/usr/local/bin:$PATH
```
Ensure that your `PKG_CONFIG_PATH` contains `/usr/local/lib/pkgconfig` and `/usr/local/lib64/pkgconfig` by executing `echo $PKG_CONFIG_PATH`. If it doesn't, open `~/.profile` and add:
Ensure that your `PKG_CONFIG_PATH` contains `/usr/local/lib/pkgconfig`, `/usr/local/lib64/pkgconfig`, and `/usr/local/share/pkgconfig` by executing `echo $PKG_CONFIG_PATH`. If it doesn't, open `~/.profile` and add:
```
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH