pkg-config is computer software that provides a unified interface for querying installed libraries for the purpose of compiling software from its source code.
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-configI 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-configI 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-configI try to compile a program (OpenFP) using cygwin. The program depends on a package FFTW3 which I've compiled and …
c++ cygwin configure pkg-config