[Github-comments] [geany-plugins] configure missing and autogen.sh fails (#379)
Colomban Wendling
notifications at xxxxx
Fri Mar 4 21:47:31 UTC 2016
*geany.pc* is installed by Geany. If you built Geany from source, it'll likely be installed to `/usr/local/lib/pkgconfig`. If your system doesn't use this path for looking up pkg-config files by default, alter the `PKG_CONFIG_PATH` variable before running Geany-Plugin's configure script:
`export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"`, then `./configure`. It should also allow `pkg-config --modversion geany` to find Geany and show you the installed version number.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/379#issuecomment-192483172
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160304/ca8a91a8/attachment.html>
More information about the Github-comments
mailing list