Details on this package are located in Section 10.29.2, “Contents of Glib.”
Glib is a tool to help you insert the correct compiler options on the command line when compiling applications and libraries.
Prepare Glib for compilation:
CC="gcc ${BUILD32}" ./configure --prefix=/usr --sysconfdir=/etc
Compile the package:
make
To test the results, issue: make -k
check
.
Install the package:
make install
Details on this package are located in Section 10.29.2, “Contents of Glib.”