%general-entities; ]> $LastChangedBy$ $Date$ GTK+->K2-version; Introduction to <application>GTK+</application> The GTK+ package contains GTK+ Libraries. This is useful for creating graphical user interfaces for applications. Package information Download (HTTP): Download (FTP): Download size: >K2-size; Estimated Disk space required: >K2-buildsize; Estimated build time: >K2-time; <application>GTK+</application> dependencies Required X ( or ), and Optional , , and Installation of <application><acronym>GTK</acronym>+</application> Install GTK+ by running the following commands: ./configure --prefix=/usr --sysconfdir=/etc \ --without-libtiff --without-libjpeg && make && make install Command explanations --sysconfdir=/etc: This switch installs the configuration files into /etc instead of /usr/etc. : Omit this switch if you have libtiff installed. : Omit this switch if you have libjpeg installed. : This switch will rebuild the API documentation during the make command. Contents The GTK+ package contains libgdk_pixbuf-2.0, libgdk-x11-2.0, libgtk-x11-2.0 and libgdk_pixbuf_xlib-2.0 libraries. Description GTK+ Libraries GTK+ Libraries provide the API to implement graphical user interfaces.