The pkgconfig package contains tools for passing the include path and/or library paths to build tools during the make file execution.
Download (HTTP): http://www.freedesktop.org/software/pkgconfig/releases/pkgconfig-0.15.0.tar.gz
Download (FTP): ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/pkgconfig-0.15.0.tar.gz
Download MD5 sum: a7e4f60a6657dbc434334deb594cc242
Download size: 604 KB
Estimated disk space required: 5.2 MB
Estimated build time: 0.22 SBU
Install pkgconfig by running the following commands:
./configure --prefix=/usr &&
make &&
make install
The default setting for PKG_CONFIG_PATH is /usr/lib/pkgconfig because of the prefix used to install pkgconfig. You may add to PKG_CONFIG_PATH by exporting additional paths on your system where pkgconfig files are installed. Note that PKG_CONFIG_PATH is only needed when compiling packages, not during run-time.
The pkgconfig package contains pkg-config.
Last updated on 2005-02-07 19:34:15 -0700