2004-06-15 08:20:58 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-15 08:20:58 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY libgtkhtml-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgtkhtml/2.6/libgtkhtml-&libgtkhtml-version;.tar.bz2">
|
|
|
|
<!ENTITY libgtkhtml-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgtkhtml/2.6/libgtkhtml-&libgtkhtml-version;.tar.bz2">
|
2005-05-11 22:22:36 +08:00
|
|
|
<!ENTITY libgtkhtml-md5sum "c77789241d725e189ffc0391eda94361">
|
|
|
|
<!ENTITY libgtkhtml-size "392 KB">
|
|
|
|
<!ENTITY libgtkhtml-buildsize "31 MB">
|
|
|
|
<!ENTITY libgtkhtml-time "0.8 SBU">
|
2004-06-15 08:20:58 +08:00
|
|
|
]>
|
|
|
|
|
2004-05-14 21:59:28 +08:00
|
|
|
<sect1 id="libgtkhtml" xreflabel="libgtkhtml-&libgtkhtml-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-05-14 21:59:28 +08:00
|
|
|
<?dbhtml filename="libgtkhtml.html"?>
|
|
|
|
<title>libgtkhtml-&libgtkhtml-version;</title>
|
|
|
|
|
2004-06-15 08:20:58 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application>libgtkhtml</application></title>
|
|
|
|
|
2005-05-11 22:22:36 +08:00
|
|
|
<para>The <application>libgtkhtml</application> package contains the
|
|
|
|
<filename class="libraryfile">libgtkhtml-2</filename> library. This
|
|
|
|
library provides an <acronym>API</acronym> for rendering
|
|
|
|
<acronym>HTML</acronym>.</para>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem><para>Download (HTTP): <ulink
|
|
|
|
url="&libgtkhtml-download-http;"/></para></listitem>
|
|
|
|
<listitem><para>Download (FTP): <ulink
|
|
|
|
url="&libgtkhtml-download-ftp;"/></para></listitem>
|
2005-01-05 23:10:50 +08:00
|
|
|
<listitem><para>Download MD5 sum: &libgtkhtml-md5sum;</para></listitem>
|
2004-06-15 08:20:58 +08:00
|
|
|
<listitem><para>Download size: &libgtkhtml-size;</para></listitem>
|
2004-11-12 09:06:35 +08:00
|
|
|
<listitem><para>Estimated disk space required:
|
2004-06-15 08:20:58 +08:00
|
|
|
&libgtkhtml-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time:
|
|
|
|
&libgtkhtml-time;</para></listitem></itemizedlist>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title><application>libgtkhtml</application> dependencies</title>
|
|
|
|
<sect4><title>Required</title>
|
2004-11-12 09:06:35 +08:00
|
|
|
<para><xref linkend="gnome-vfs"/></para>
|
|
|
|
</sect4>
|
|
|
|
|
|
|
|
<sect4><title>Optional</title>
|
|
|
|
<para><xref linkend="gail"/></para>
|
|
|
|
</sect4>
|
2004-06-15 08:20:58 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>libgtkhtml</application></title>
|
|
|
|
|
2004-11-12 09:06:35 +08:00
|
|
|
<para>Install <application>libgtkhtml</application> by running the following
|
|
|
|
commands:</para>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
2004-11-12 09:06:35 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
|
|
|
--disable-accessibility &&
|
2005-05-11 22:22:36 +08:00
|
|
|
make</command></userinput></screen>
|
|
|
|
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
|
|
|
|
<para>Now, as the root user:</para>
|
|
|
|
|
|
|
|
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2004-11-12 09:06:35 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
|
|
|
<para><parameter>--disable-accessibility</parameter>: This forces the package
|
|
|
|
to build without linking to the
|
|
|
|
<filename class='libraryfile'>libgailutil</filename> accessibility library.
|
|
|
|
Remove this switch if you have <application>GAIL</application> installed.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2004-06-15 08:20:58 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
2005-05-11 22:22:36 +08:00
|
|
|
<para>The <application>libgtkhtml</application> package contains the
|
|
|
|
<filename class="libraryfile">libgtkhtml-2</filename> library.</para>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
2005-05-11 22:22:36 +08:00
|
|
|
<sect3><title>libgtkhtml-2 library</title>
|
|
|
|
<para><filename class="libraryfile">libgtkhtml-2</filename> provides
|
2004-11-12 09:06:35 +08:00
|
|
|
the functions necessary to render and/or edit
|
|
|
|
<acronym>HTML</acronym>.</para></sect3>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
</sect2>
|
2004-05-14 21:59:28 +08:00
|
|
|
|
|
|
|
</sect1>
|