mirror of
https://github.com/swaywm/sway.git
synced 2025-03-22 14:22:04 +00:00
Updated Development Setup (markdown)
parent
0d535edd01
commit
22c3844463
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue