glfs/x/lib/gtk+.xml
Randy McMurchy da4aff6570 Removed erroneously added optional dependency 'pkgconfig' from various packages
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2554 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-08-04 02:16:33 +00:00

89 lines
2.9 KiB
XML

<?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 GTK-download-http "http://gd.tuwien.ac.at/graphics/gimp/gtk/v1.2/gtk+-&GTK-version;.tar.gz">
<!ENTITY GTK-download-ftp "ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-&GTK-version;.tar.gz">
<!ENTITY GTK-size "2.7 MB">
<!ENTITY GTK-buildsize "54 MB">
<!ENTITY GTK-time "1.96 SBU">
]>
<sect1 id="GTK" xreflabel="GTK+-&GTK-version;">
<?dbhtml filename="gtk.html" ?>
<title>GTK+-&GTK-version;</title>
<sect2>
<title>Introduction to <application><acronym>GTK</acronym>+</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="&GTK-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink url="&GTK-download-ftp;"/></para></listitem>
<listitem><para>Download size: &GTK-size;</para></listitem>
<listitem><para>Estimated Disk space required: &GTK-buildsize;</para></listitem>
<listitem><para>Estimated build time: &GTK-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application><acronym>GTK</acronym>+</application> dependencies
</title>
<sect4><title>Required</title>
<para><xref linkend="GLib"/>, <xref
linkend="libtiff"/>, <xref linkend="libjpeg"/>
and X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</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 &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><option>--sysconfdir=/etc</option>: This installs the
configuration files into <filename class="directory">/etc</filename>
instead of <filename class="directory">/usr/etc</filename>.</para>
<para><parameter>--with-xinput=xfree</parameter>: This configuration
flag is necessary to utilize alternative input devices.</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application><acronym>GTK</acronym>+</application> package contains
<filename class="libraryfile">libgtk-1.2</filename> and
<filename class="libraryfile">libgdk-1.2</filename> libraries.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>GTK+ Libraries</title>
<para><application>GTK+</application> Libraries provide an
<acronym>API</acronym> to implement graphical user
interfaces.</para></sect3>
</sect2>
</sect1>