glfs/x/lib/gtk+2.xml

110 lines
3.5 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY GTK2-download-http "http://gd.tuwien.ac.at/graphics/gimp/gtk/v2.4/gtk+-&GTK2-version;.tar.bz2">
<!ENTITY GTK2-download-ftp "ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+-&GTK2-version;.tar.bz2">
<!ENTITY GTK2-size "9.1 MB">
<!ENTITY GTK2-buildsize "198 MB">
<!ENTITY GTK2-time "2.88 SBU">
]>
<sect1 id="GTK2" xreflabel="GTK+-&GTK2-version;">
<sect1info>
<othername>$LastChangedBy: $</othername>
<date>$Date: $</date>
</sect1info>
<?dbhtml filename="gtk2.html" ?>
<title>GTK+-&GTK2-version;</title>
<sect2>
<title>Introduction to <application>GTK+</application></title>
<para>The <application>GTK+</application> package contains
<application>GTK+</application> Libraries. This is useful for
creating graphical user interfaces for applications.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink url="&GTK2-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink url="&GTK2-download-ftp;"/></para></listitem>
<listitem><para>Download size: &GTK2-size;</para></listitem>
<listitem><para>Estimated Disk space required: &GTK2-buildsize;</para></listitem>
<listitem><para>Estimated build time: &GTK2-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>GTK+</application> dependencies</title>
<sect4><title>Required</title>
<para>
X (<xref linkend="xorg"/> or <xref linkend="xfree86"/>),
<xref linkend="Pango"/> and
<xref linkend="ATK"/>
</para></sect4>
<sect4><title>Optional</title>
<para>
<xref linkend="libtiff"/>,
<xref linkend="libjpeg"/>,
<xref linkend="gtk-doc"/> and
<xref linkend="docbook-utils"/>
</para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application><acronym>GTK</acronym>+</application></title>
<para>Install <application><acronym>GTK</acronym>+</application> by running
the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
--without-libtiff --without-libjpeg &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><parameter>--sysconfdir=/etc</parameter>: This switch installs the
configuration files into <filename class="directory">/etc</filename>
instead of <filename class="directory">/usr/etc</filename>.</para>
<para><option>--without-libtiff</option>: Omit this switch if you have
<application>libtiff</application> installed.</para>
<para><option>--without-libjpeg</option>: Omit this switch if you have
<application>libjpeg</application> installed.</para>
<para><option>--enable-gtk-doc</option>: This switch will rebuild
the <acronym>API</acronym> documentation during the
<command>make</command> command.</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>GTK+</application> package contains
<filename class="libraryfile">libgdk_pixbuf-2.0</filename>,
<filename class="libraryfile">libgdk-x11-2.0</filename>,
<filename class="libraryfile">libgtk-x11-2.0</filename> and
<filename class="libraryfile">libgdk_pixbuf_xlib-2.0</filename>
libraries.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>GTK+ Libraries</title>
<para><application>GTK+</application> Libraries provide the
<acronym>API</acronym> to implement graphical user
interfaces.</para></sect3>
</sect2>
</sect1>