Wiki page fedora-start.md changed with summary [] by Davide Andreoli

This commit is contained in:
Davide Andreoli 2020-04-26 09:58:11 -07:00 committed by www-data
parent 150f6d5143
commit f17225be41
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ sudo ln -s /usr/local/share/dbus-1/services/org.enlightenment.Ethumb.service /us
You also have to make some files visible to *pkgconfig*. To do this open ``/etc/profile`` in a text editor as root (using ``sudo vi /etc/profile`` for instance) and add the following line to the end:
```bash
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig
```
You may also need to refresh your library path to make sure your apps can find the EFL libraries: