%general-entities; ]> $LastChangedBy$ $Date$ GTK+->k2-version; 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: >k2-md5sum; Download size: >k2-size; Estimated disk space required: >k2-buildsize; Estimated build time: >k2-time; <application><acronym>GTK</acronym>+</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. --without-libtiff: Omit this switch if you have libtiff installed. --without-libjpeg: Omit this switch if you have libjpeg installed. : This switch will rebuild the API documentation during the make command. Contents The GTK+ package contains gdk-pixbuf-csource, gdk-pixbuf-query-loaders, gtk-demo, gtk-query-immodules-2.0, gtk-update-icon-cache, libgdk_pixbuf-2.0, libgdk-x11-2.0, libgtk-x11-2.0 and libgdk_pixbuf_xlib-2.0 libraries. Description gdk-pixbuf-csource gdk-pixbuf-csource generates C code containing images, useful for compiling images directly into programs. gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders collects information about loadable modules for gdk-pixbuf and writes it to standard output. gtk-query-immodules-2.0 gtk-query-immodules-2.0 collects information about loadable input method modules for GTK+ and writes it to standard output. gtk-update-icon-cache gtk-update-icon-cache creates mmap()able cache files for icon themes. <application><acronym>GTK</acronym>+</application> Libraries GTK+ Libraries provide the API to implement graphical user interfaces.