GTK+-2.0.6

Introduction to GTK+

Download location (HTTP):       
Download location (FTP):        ftp://ftp.gtk.org/pub/gtk/v2.0/gtk+-2.0.6.tar.bz2
Version used:                   2.0.6
Package size:                   8.2 MB
Estimated Disk space required:  62.4 MB

The GTK+ package contains GTK+ Libraries. This is useful for creating graphical user interfaces for applications.

GTK+ depends on:
GLib2-2.0.6, Pango-1.0.5, ATK-1.0.3, libpng-1.2.5, libtiff-3.5.7 and libjpeg-6b
GTK+ will utilize:
gtk-doc-0.9

Installation of GTK+

Install GTK+ by running the following commands:

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


Command explanations

--sysconfdir=/etc : This installs the configuration files into /etc instead of /usr/etc.

Configuring GTK+

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 GTK+ package contains GTK+ Libraries.

Description

GTK+ Libraries

GTK+ Libraries provide the API to implement graphical user interfaces.