The GTK+ package contains GTK+ Libraries. These are useful for creating graphical user interfaces for applications.
Download (HTTP): http://gd.tuwien.ac.at/graphics/gimp/gtk/v2.6/gtk+-2.6.7.tar.bz2
Download (FTP): ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-2.6.7.tar.bz2
Download MD5 sum: b89bf892a0dee943f98b4caa12f773c8
Download size: 11.4 MB
Estimated disk space required: 180 MB
Estimated build time: 2.93 SBU (additional 13.36 SBU to rebuild the documentation)
X (X.org-6.8.2 or XFree86-4.5.0), Pango-1.8.1, and ATK-1.9.1
libtiff-3.7.3, libjpeg-6b, GTK-Doc-1.3, and DocBook-utils-0.6.14
Install GTK+ by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc \ --without-libtiff --without-libjpeg && make
To test the results, issue: make check.
Now, as the root user:
make install
--sysconfdir=/etc: This switch installs the configuration files into /etc instead of /usr/etc.
--without-libtiff: Omit this switch if you have libtiff installed.
--without-libjpeg: Omit this switch if you have libjpeg installed.
--enable-gtk-doc: This switch will rebuild the API documentation during the make command.
Last updated on 2005-08-01 13:29:19 -0600