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.4/gtk+-2.4.1.tar.bz2
Download (FTP): ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+-2.4.1.tar.bz2
Download size: 8.5 MB
Estimated Disk space required: 193 MB
Estimated build time: 2.88 SBU
X (X.org-6.7.0 or XFree86-4.4.0), Pango-1.4.0 and ATK-1.6.1
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 libgdk_pixbuf-2.0, libgdk-x11-2.0, libgtk-x11-2.0 and libgdk_pixbuf_xlib-2.0 libraries.