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.

Using `pkg-config` as command line argument under cygwin/msys bash

I'm trying to use cygwin as a build environment under Windows. I have some dependencies on 3rd party packages, for …

windows bash cygwin makefile pkg-config
Finding Libraries using pkg-config in Windows

I am, trying to find the gstreamer lib in windows (msvc) using pkg-config pkg-config gstreamer-0.10 --cflags --libs but i am …

windows waf pkg-config
Error:Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)

I am using Point cloud library 1.5.1. When I run CMake 3.4.0-rc2 to build my project, it has error: Could NOT …

cmake point-cloud-library pkg-config