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.

package opencv was not found in the pkg-config search path for centos

When I go with this command: pkg-config --cflags opencv I get the following message: Package opencv was not found in …

opencv centos pkg-config
Compiling FFMPEG x265 not found using pkg-config

I'm trying to compile FFMPEG with x265 on Win10. I am using the latest full MinGW build from xhmikosr found …

ffmpeg mingw pkg-config libx265
Trying to use pkg-config but it not being a registered command

Ok so I've got my whole Go development environment up under Windows 8, also with MinGW. I'm using the LiteIde. C:/…

windows go sdl pkg-config
eclipse cdt: add include path from pkg-config

i want to add a dynamic configuration path (generated from pkg-config) to my project. (this is basically for third-party dependencies …

c++ eclipse eclipse-cdt eclipse-3.6 pkg-config
Compiling C program with dbus header files

I'm trying to compile a C program, with these headers: http://pastebin.com/SppCXb0U , on Ubuntu. At first I …

c linker compilation dbus pkg-config
D-Bus linking issue

I have been trying to compile a program for dbus and as suggested I did in the code as mention …

linker-errors dbus pkg-config
pkg-config: command not found, using cygwin on windows 7

I'm using Cygwin on windows to run this command: g++ `pkgconfig --libs --cflags opencv` -I. -o mergevec mergevec.cpp .... But …

windows path g++ cygwin pkg-config
CMake Pkg-Config Library Link Path

So I'm compiling the examples for libgstreamermm-0.10, and I've run into an issue with CMake. With the version of libgstreamermm-0.10 …

linker cmake pkg-config
Add temporarily path to pkg-config within CMake script?

For external libraries the user can specify a non-standard location by adding the path to the CMAKE_FLAGS or by …

cmake pkg-config
Pkg-config script could not be found

I am trying to install some software, but I keep receiving the error: configure: error: The pkg-config script could not …

macos homebrew pkg-config