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/v1.2/glib-1.2.10.tar.gz
Download (FTP): ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz
Download size: 412 KB
Estimated Disk space required: 7 MB
Estimated build time: 0.26 SBU
Install glib by running the following commands:
./configure --prefix=/usr &&
make &&
make install
The glib package contains libglib-1.2 libraries.