Top "Pkg-config" questions

pkg-config is computer software that provides a unified interface for querying installed libraries for the purpose of compiling software from its source code.

How to install pkg config in windows?

I am trying to do it, but all I can get is some source code that I don't know how …

windows pkg-config
Package opencv was not found in the pkg-config search path

I have installed OpenCV using the instructions in https://help.ubuntu.com/community/OpenCV $ sudo su $ sudo apt-get install build-essential $ …

opencv apt-get pkg-config
What is the proper way to use `pkg-config` from `cmake`?

Looking around on the net I have seen a lot of code like this: include(FindPkgConfig) pkg_search_module(SDL2 …

cmake pkg-config
No package 'lua' found but i have it installed

I'm trying to install Lsyncd on Ubuntu 10.4 LTS but i get some error : > checking for LUA... no checking for &…

ubuntu lua pkg-config
How do I fix 'brew install pkg-config'?

Warning: Could not link pkg-config. Unlinking... Error: The `brew link` step did not complete successfully The formula built, but is …

homebrew pkg-config
Linux glib needs pkg-config and pkg-config needs glib?

I try to install udev. And udev gives me an error during the ./configure --exists: command not found configure: error: …

linux glib pkg-config
pkg-config cannot find .pc files although they are in the path

I am seeing a strange issue with pkg-config on Mac OSX-Lion. When running the python setup for module that I …

macos osx-lion python-2.7 pkg-config
pkg-config can't find opencv

I installed opencv on a lubuntu 12.10 distro. Then when I try to compile a code which is using opencv it …

c++ opencv pkg-config
set PKG_CONFIG_PATH in cmake

I have built opencv locally and installed it to a local directory (not the system default ). opencv.pc is present …

cmake pkg-config
R devtools fails as "Package libxml-2.0 was not found in the pkg-config search path"

I am trying to install devtools in R version 3.2.1, however when I do the following error is thrown: Package libxml-2.0 …

xml r ubuntu devtools pkg-config