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.6/glib-2.6.4.tar.bz2
Download (FTP): ftp://ftp.gtk.org/pub/gtk/v2.6/glib-2.6.4.tar.bz2
Download MD5 sum: af7eeb8aae764ff763418471ed6eb93d
Download size: 2.3 MB
Estimated disk space required: 40.9 MB
Estimated build time: 2.82 SBU (includes rebuilding documentation)
Install glib by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root user:
make install
--enable-gtk-doc: This switch will rebuild the API documentation during the make command.
Last updated on 2005-08-01 13:29:19 -0600