GLib-1.2.10

Introduction to GLib

Download location (HTTP):       
Download location (FTP):        ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz
Version used:                   1.2.10
Package size:                   412 KB
Estimated Disk space required:  7 MB

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.

Installation of GLib

Install glib by running the following commands:

./configure --prefix=/usr &&
make &&
make install


Configuring GLib

Configuration Information

As with most libraries, there is no configuration to do, save that the library directory i.e. /usr/lib or /usr/local/lib should appear in /etc/ld.so.conf so that ldd can find the shared libraries. After checking that this is the case, /sbin/ldconfig should be run whilst logged in as root.

Contents

The glib package contains GLib libraries.

Description

GLib libraries

GLib libraries contains a low-level core library for the Gimp Tool Kit.