GLib-2.4.1

Introduction to GLib

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.

Package information

GLib dependencies

Required

pkgconfig-0.15.0

Optional

GTK-Doc-1.2

Installation of GLib

Install glib by running the following commands:

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

Contents

The glib package contains libglib-2.0, libgobject-2.0, libgmodule-2.0 and libgthread-2.0 libraries.

Description

GLib libraries

GLib libraries contain a low-level core library for the GIMP Toolkit.