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.4.tar.bz2
Download (FTP): ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-2.6.4.tar.bz2
Download MD5 sum: 4749fce7b082b784a71a076aa586dc25
Download size: 11.2 MB
Estimated disk space required: 202 MB
Estimated build time: 2.87 SBU
X (X.org-6.8.2 or XFree86-4.4.0), Pango-1.8.1, and ATK-1.9.0
Install GTK+ by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc \
--without-libtiff --without-libjpeg &&
make
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.
generates C code containing images, useful for compiling images directly into programs.
collects information about loadable modules for gdk-pixbuf and writes it to standard output.
collects information about loadable input method modules for GTK+ and writes it to standard output.
creates mmap()able cache files for icon themes.
provide an API to implement graphical user interfaces.
Last updated on 2005-03-06 17:11:39 -0700