GTK+-1.2.10

Introduction to GTK+

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

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

GTK+ depends on:
GLib-1.2.10, libpng-1.2.5, libtiff-3.5.7 and libjpeg-6b

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.