You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libsigrok4DSLogic however puts its *.pc files in /usr/local/lib/pkgconfig therefore cmake in DSLogic-gui cannot find them.
For a quick fix you can set the PKG_CONFIG_PATH environment variable to /usr/local/lib/pkgconfig:
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
The text was updated successfully, but these errors were encountered:
ekiwi
changed the title
Fedora 20 canot not find *.pc files in /usr/local/lib/pkgconfig
Fedora 20 cannot find *.pc files in /usr/local/lib/pkgconfig
May 31, 2014
On Fedora 20 pkg-config apparently only looks for in the following dirs:
libsigrok4DSLogic
however puts its *.pc files in/usr/local/lib/pkgconfig
thereforecmake
inDSLogic-gui
cannot find them.For a quick fix you can set the
PKG_CONFIG_PATH
environment variable to/usr/local/lib/pkgconfig
:The text was updated successfully, but these errors were encountered: