6.20.2. Contents of Pkg-config
              Installed program:
              pkg-config
            
            
              Installed directory:
              /usr/share/doc/pkg-config-0.26
            
          The pkg-config package contains a tool for passing the include path and/or library paths to build tools during the configure and make file execution.
Prepare Pkg-config for compilation:
./configure --prefix=/usr         \
            --with-internal-glib  \
            --docdir=/usr/share/doc/pkg-config-0.27
        Compile the package:
make
To test the results, issue:
make check
Install the package:
make install