mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Tagged gtkhtml.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4433 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
192aaf5661
commit
d5d1c76c7a
@ -13,82 +13,112 @@
|
||||
]>
|
||||
|
||||
<sect1 id="gtkhtml" xreflabel="GtkHTML->khtml-version;">
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
<?dbhtml filename="gtkhtml.html"?>
|
||||
<title>GtkHTML->khtml-version;</title>
|
||||
<?dbhtml filename="gtkhtml.html"?>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>GtkHTML</application></title>
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<para>The <application>GtkHTML</application> package contains a
|
||||
lightweight <acronym>HTML</acronym> rendering/printing/editing engine.
|
||||
This is an <application>Evolution</application> specific application at
|
||||
this time.</para>
|
||||
<title>GtkHTML->khtml-version;</title>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP):
|
||||
<ulink url=">khtml-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP):
|
||||
<ulink url=">khtml-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: >khtml-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: >khtml-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
>khtml-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
>khtml-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
<indexterm zone="gtkhtml">
|
||||
<primary sortas="a-GtkHTML">GtkHTML</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect3><title><application>GtkHTML</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="gal"/></para>
|
||||
</sect4>
|
||||
<sect2 role="package">
|
||||
<title>Introduction to <application>GtkHTML</application></title>
|
||||
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="libsoup"/> and <xref linkend="gail"/></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
<para>The <application>GtkHTML</application> package contains a
|
||||
lightweight HTML rendering/printing/editing engine. This is an
|
||||
<application>Evolution</application> specific application at
|
||||
this time.</para>
|
||||
|
||||
</sect2>
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url=">khtml-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url=">khtml-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: >khtml-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: >khtml-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: >khtml-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: >khtml-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of <application>GtkHTML</application></title>
|
||||
<bridgehead renderas="sect3">GtkHTML Dependencies</bridgehead>
|
||||
|
||||
<para>Install <application>GtkHTML</application> by running the following
|
||||
commands:</para>
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para><xref linkend="gal"/></para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para><xref linkend="libsoup"/> and <xref linkend="gail"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of <application>GtkHTML</application></title>
|
||||
|
||||
<para>Install <application>GtkHTML</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
||||
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin &&
|
||||
make</command></userinput></screen>
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>GtkHTML</application> package contains
|
||||
<filename class="libraryfile">libgtkhtml-3.6</filename> and
|
||||
<filename class='libraryfile'>libgnome-gtkhtml-editor</filename>
|
||||
libraries.</para>
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
</sect2>
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libgtkhtml-3.6.[so,a], libgnome-gtkhtml-editor-3.6[so,a], and
|
||||
GNOME_GtkHTML_Editor-3.6.server bonobo server</seg>
|
||||
<seg>$GNOME_PREFIX/include/libgtkhtml-3.6,
|
||||
$GNOME_PREFIX/lib/gtkhtml, and
|
||||
$GNOME_PREFIX/share/gtkhtml-3.6</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<sect3><title>libgtkhtml-3.6 libraries</title>
|
||||
<para><filename class="libraryfile">libgtkhtml-3.6</filename> libraries
|
||||
provide the functions to render <acronym>HTML</acronym> within
|
||||
applications.</para></sect3>
|
||||
<varlistentry id="libgtkhtml-3">
|
||||
<term><filename class='libraryfile'>libgtkhtml-3.6.[so,a]</filename></term>
|
||||
<listitem>
|
||||
<para>provide the functions to render HTML within applications.</para>
|
||||
<indexterm zone="gtkhtml libgtkhtml-3">
|
||||
<primary sortas="c-libgtkhtml-3">libgtkhtml-3.6.[so,a]</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</sect2>
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
Loading…
Reference in New Issue
Block a user