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 MD5 sum: 4d5cb2fc7fb7830e4af9747a36bfce20
Download size: 2.8 MB
Estimated disk space required: 51.1 MB
Estimated build time: 1.01 SBU
GLib-1.2.10, and X Window System
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gtk+
Install GTK+ by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc && make
This package does not come with a test suite.
Now, as the root user:
make install && install -v -m755 -d /usr/share/doc/gtk+-1.2.10/{html,text} && install -v -m644 docs/html/* /usr/share/doc/gtk+-1.2.10/html && install -v -m644 docs/text/* /usr/share/doc/gtk+-1.2.10/text
--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.
Last updated on 2006-06-21 11:26:07 -0500