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/v2.2/gtk+-2.2.4.tar.bz2
Download (FTP): ftp://ftp.gtk.org/pub/gtk/v2.2/gtk+-2.2.4.tar.bz2
Download size: 6.9 MB
Estimated Disk space required: 187 MB
Estimated build time: 2.88 SBU
Install GTK+ by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc && make && make install |
--sysconfdir=/etc: This switch installs the configuration files into /etc instead of /usr/etc.
--enable-gtk-doc: This switch will rebuild the API documentation during the make command.
The GTK+ package contains libgtk-x11-2.0 libraries.
GTK+ Libraries provide the API to implement graphical user interfaces.