10.35. Glib-2.28.6 N32 Libraries

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

10.35.1. Installation of Glib

Prepare Glib for compilation:

CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 \
    --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.36.2, “Contents of Glib.”