The GTK+ package contains GTK+ Libraries. This is useful for creating graphical user interfaces for applications.
Download (HTTP): http://gd.tuwien.ac.at/graphics/gimp/gtk/v1.2/gtk+-1.2.10.tar.gz
Download (FTP): ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-1.2.10.tar.gz
Download size: 2.7 MB
Estimated Disk space required: 54 MB
Estimated build time: 1.96 SBU
Install GTK+ by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc && make && make install |
--sysconfdir=/etc: This installs the configuration files into /etc instead of /usr/etc.
--with-xinput=xfree: This configuration flag is necessary to utilize alternative input devices.
The GTK+ package contains libgtk-1.2 libraries.
GTK+ Libraries provide the API to implement graphical user interfaces.