%general-entities; ]> $LastChangedBy$ $Date$ GTK+->K-version; GTK Introduction to <application><acronym>GTK</acronym>+</application> 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; <application><acronym>GTK</acronym>+</application> dependencies Required , , , and X ( or ) Installation of <application><acronym>GTK</acronym>+</application> Install GTK+ by running the following commands: ./configure --prefix=/usr --sysconfdir=/etc && make Now, as the root user: make install Command explanations : This installs the configuration files into /etc instead of /usr/etc. --with-xinput=xfree: 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]