The pkgconfig package contains tools for passing the include path and/or library path to the compiler during the make script.
Download (HTTP): http://www.freedesktop.org/software/pkgconfig/releases/pkgconfig-0.15.0.tar.gz
Download (FTP): ftp://ftp.netbuddy.org/linux/pkgconfig-0.15.0.tar.gz
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 |
Add to your system or personal profile:
export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig |
The default settings for PKG_CONFIG_PATH are /lib/pkgconfig, /usr/lib/pkgconfig and /usr/local/lib/pkgconfig. These settings are hard-coded and do not have to be exported with the additional paths.