pkgconfig-0.14.0

Introduction to pkgconfig

Download location (HTTP):       http://www.freedesktop.org/software/pkgconfig/releases/pkgconfig-0.14.0.tar.gz
Download location (FTP):        
Version used:                   0.14.0
Package size:                   604 KB
Estimated Disk space required:  5.1 MB

The pkgconfig package contains pkg-config. This is useful for passing the include path and/or library path to the compiler during the make script.

Installation of pkgconfig

Install pkgconfig by running the following commands:

./configure --prefix=/usr &&
make &&
make install


Contents

The pkgconfig package contains pkg-config.

Description

pkg-config

pkg-config is a function that returns metainformation for the specified library.