10.19.2. Contents of Pkg-config-lite
Installed programs:
pkg-config
Installed directory:
/usr/share/doc/pkg-config
Pkg-config-lite is a tool to help you insert the correct compiler options on the command line when compiling applications and libraries.
Prepare Pkg-config-lite for compilation:
./configure --prefix=/usr
Compile the package:
make
To test the results, issue: make
check
.
Install the package:
make install