%general-entities; ]> $LastChangedBy$ $Date$ GTK+->k2-version; GTK2 Introduction to <application><acronym>GTK</acronym>+</application> The GTK+ package contains GTK+ Libraries. These are 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 Now, as the root user: 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 Installed Programs Installed Libraries Installed Directories gdk-pixbuf-csource, gdk-pixbuf-query-loaders, gtk-demo, gtk-query-immodules-2.0, gtk-update-icon-cache libgdk_pixbuf-2.0.so, libgdk-x11-2.0.so, libgtk-x11-2.0.so, libgdk_pixbuf_xlib-2.0.so and numerous engine, module and loader plugins /etc/gtk-2.0, /usr/include/gtk-2.0, /usr/lib/gtk-2.0, /usr/share/gtk-2.0, /usr/share/gtk-doc/html/[gdk,gdk-pixbuf,gtk], /usr/share/themes/Default/gtk* and /usr/share/themes/Emacs/gtk-2.0-key Short Descriptions gdk-pixbuf-csource generates C code containing images, useful for compiling images directly into programs. gdk-pixbuf-csource gdk-pixbuf-query-loaders collects information about loadable modules for gdk-pixbuf and writes it to standard output. gdk-pixbuf-query-loaders gtk-query-immodules-2.0 collects information about loadable input method modules for GTK+ and writes it to standard output. gtk-query-immodules-2.0 gtk-update-icon-cache creates mmap()able cache files for icon themes. gtk-update-icon-cache GTK+ Libraries provide an API to implement graphical user interfaces. GTK+ Libraries