The glib package contains a low-level core library. This is useful for providing data structure handling for C, portability wrappers and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.
Download (HTTP): http://gd.tuwien.ac.at/graphics/gimp/gtk/v2.4/glib-2.4.1.tar.bz2
Download (FTP): ftp://ftp.gtk.org/pub/gtk/v2.4/glib-2.4.1.tar.bz2
Download size: 2.0 MB
Estimated Disk space required: 30 MB
Estimated build time: 0.49 SBU
Install glib by running the following commands:
./configure --prefix=/usr &&
make &&
make install
The glib package contains libglib-2.0, libgobject-2.0, libgmodule-2.0 and libgthread-2.0 libraries.