2004-06-14 03:03:42 +08:00
|
|
|
<?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+->K2-version;.tar.bz2">
|
|
|
|
<!ENTITY GTK2-download-ftp "ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+->K2-version;.tar.bz2">
|
2004-10-15 01:06:40 +08:00
|
|
|
<!ENTITY GTK2-size "8.9 MB">
|
2004-06-19 10:26:31 +08:00
|
|
|
<!ENTITY GTK2-buildsize "198 MB">
|
2004-06-14 03:03:42 +08:00
|
|
|
<!ENTITY GTK2-time "2.88 SBU">
|
|
|
|
]>
|
|
|
|
|
2003-04-21 11:07:54 +08:00
|
|
|
<sect1 id="GTK2" xreflabel="GTK+->K2-version;">
|
2004-08-10 12:23:09 +08:00
|
|
|
<sect1info>
|
2004-08-10 12:25:57 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2004-08-10 12:23:09 +08:00
|
|
|
</sect1info>
|
2004-04-14 11:02:41 +08:00
|
|
|
<?dbhtml filename="gtk2.html" ?>
|
2002-07-08 04:28:42 +08:00
|
|
|
<title>GTK+->K2-version;</title>
|
|
|
|
|
2004-06-14 03:03:42 +08:00
|
|
|
<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=">K2-download-http;"/></para></listitem>
|
|
|
|
<listitem><para>Download (FTP): <ulink url=">K2-download-ftp;"/></para></listitem>
|
|
|
|
<listitem><para>Download size: >K2-size;</para></listitem>
|
|
|
|
<listitem><para>Estimated Disk space required: >K2-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time: >K2-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"/>),
|
2005-01-05 23:04:41 +08:00
|
|
|
<xref linkend="pango"/> and
|
2004-06-14 03:03:42 +08:00
|
|
|
<xref linkend="ATK"/>
|
|
|
|
</para></sect4>
|
|
|
|
<sect4><title>Optional</title>
|
|
|
|
<para>
|
|
|
|
<xref linkend="libtiff"/>,
|
|
|
|
<xref linkend="libjpeg"/>,
|
|
|
|
<xref linkend="gtk-doc"/> and
|
2004-07-03 11:41:49 +08:00
|
|
|
<xref linkend="docbook-utils"/>
|
2004-06-14 03:03:42 +08:00
|
|
|
</para></sect4>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application><acronym>GTK</acronym>+</application></title>
|
|
|
|
|
2004-07-03 11:41:49 +08:00
|
|
|
<para>Install <application><acronym>GTK</acronym>+</application> by running
|
|
|
|
the following commands:</para>
|
2004-06-14 03:03:42 +08:00
|
|
|
|
2004-07-09 06:25:39 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
|
|
|
|
--without-libtiff --without-libjpeg &&
|
2004-06-14 03:03:42 +08:00
|
|
|
make &&
|
|
|
|
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>
|
|
|
|
|
2004-07-09 06:25:39 +08:00
|
|
|
<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>
|
|
|
|
|
2004-06-14 03:03:42 +08:00
|
|
|
<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>
|
2004-07-03 11:41:49 +08:00
|
|
|
<para><application>GTK+</application> Libraries provide the
|
|
|
|
<acronym>API</acronym> to implement graphical user
|
2004-06-14 03:03:42 +08:00
|
|
|
interfaces.</para></sect3>
|
|
|
|
|
|
|
|
</sect2>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|