%general-entities; ]> $LastChangedBy$ $Date$ gtk+->K-version;.tar gtk+ GTK+->K-version; GTK Introduction to GTK+ The GTK+ package contains GTK+ Libraries. This is useful for creating graphical user interfaces for applications. Package Information Download (HTTP): Download (FTP): Download MD5 sum: >K-md5sum; Download size: >K-size; Estimated disk space required: >K-buildsize; Estimated build time: >K-time; GTK+ Dependencies Required , and User Notes: Installation of 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+->K-version;/{html,text} && install -v -m644 docs/html/* /usr/share/doc/gtk+->K-version;/html && install -v -m644 docs/text/* /usr/share/doc/gtk+->K-version;/text Command Explanations --sysconfdir=/etc: This installs the configuration files into /etc instead of /usr/etc. : This configuration flag is necessary to utilize alternative input devices. Contents Installed Program Installed Libraries Installed Directories gtk-config libgdk.{so,a} and libgtk.{so,a} /etc/gtk, /usr/include/gtk-1.2, and /usr/share/themes Short Descriptions gtk-config is a tool used by configure scripts to determine the compiler and linker flags that should be used to compile and link programs that use GTK+. gtk-config libgtk.{so,a} (GIMP Tool Kit) is a library for creating graphical user interfaces similar to the Motif look and feel. libgtk.{so,a} libgdk.{so,a} is designed as a wrapper library that lies on top of Xlib. It performs many common and desired operations for a programmer instead of the programmer having to explicitly ask for such functionality from Xlib directly. libgdk.{so,a}