7.28. Pkgconf-2.4.3

The pkgconf package is a successor to pkgconf and contains a tool for passing the include path and/or library paths to build tools during the configure and make phases of package installations.

Approximate build time: less than 0.1 SBU
Required disk space: 4.7 MB

7.28.1. Installation of Pkgconf

Prepare Pkgconf for compilation:

./configure --prefix=/usr    \
            --disable-static \
            --docdir=/usr/share/doc/pkgconf-2.4.3

Compile the package:

make

Install the package:

make install
ln -sv pkgconf   /usr/bin/pkg-config
ln -sv pkgconf.1 /usr/share/man/man1/pkg-config.1