10.28. Glib-2.28.6 32 Bit Libraries

Glib is a tool to help you insert the correct compiler options on the command line when compiling applications and libraries.

10.28.1. Installation of Glib

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.”