source: gnome/add/gtkhtml.xml@ 7cdaed0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7cdaed0 was 294d670, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated the GNOME2 additional libraries instructions to conform with the GNOME-2.14.2 update. This leaves the GNOME2 Accessibility and Additional Utility packages to update

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6188 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY gtkhtml-download-http "&gnome-download-http;/gtkhtml/3.10/gtkhtml-&gtkhtml-version;.tar.bz2">
8<!ENTITY gtkhtml-download-ftp "&gnome-download-http;/gtkhtml/3.10/gtkhtml-&gtkhtml-version;.tar.bz2">
9<!ENTITY gtkhtml-md5sum "4fe10da72b4ac578401ceffcce03ceed">
10<!ENTITY gtkhtml-size "1.2 MB">
11<!ENTITY gtkhtml-buildsize "57.0 MB">
12<!ENTITY gtkhtml-time "1.3 SBU">
13]>
14
15<sect1 id="gtkhtml" xreflabel="GtkHTML-&gtkhtml-version;">
16 <?dbhtml filename="gtkhtml.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GtkHTML-&gtkhtml-version;</title>
24
25 <indexterm zone="gtkhtml">
26 <primary sortas="a-GtkHTML">GtkHTML</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GtkHTML</title>
31
32 <para>The <application>GtkHTML</application> package contains a
33 lightweight HTML rendering/printing/editing engine.</para>
34
35 <!-- GTK-Sharp can use this package, and Beagle can use these
36 extensions, so I suppose this package is no longer
37 "Evolution specific"
38 This is an
39 <application>Evolution</application> specific application at
40 this time.</para> -->
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&gtkhtml-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&gtkhtml-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &gtkhtml-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &gtkhtml-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &gtkhtml-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &gtkhtml-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">GtkHTML Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Required</bridgehead>
67 <para role="required"><xref linkend="libgnomeui"/>,
68 <xref linkend="gail"/>,
69 <xref linkend="gnome-icon-theme"/>, and
70 <xref linkend="libgnomeprintui"/></para>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional"><xref linkend="libsoup"/> and
74 <xref linkend="intltool"/></para>
75
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/gtkhtml"/></para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of GtkHTML</title>
83
84 <para>Install <application>GtkHTML</application> by running the following
85 commands:</para>
86
87<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
88 --libexecdir=$(pkg-config \
89 --variable=prefix ORBit-2.0)/lib/gtkhtml &amp;&amp;
90make</userinput></screen>
91
92 <para>This package does not come with a test suite.</para>
93
94 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
95
96<screen role="root"><userinput>make install</userinput></screen>
97
98 </sect2>
99
100 <sect2 role="content">
101 <title>Contents</title>
102
103 <segmentedlist>
104 <segtitle>Installed Programs</segtitle>
105 <segtitle>Installed Libraries</segtitle>
106 <segtitle>Installed Directories</segtitle>
107
108 <seglistitem>
109 <seg>None</seg>
110 <seg>libgtkhtml-3.8.{so,a} and libgnome-gtkhtml-editor-3.8.{so,a}</seg>
111 <seg>The following subdirectories of $GNOME_PREFIX/:
112 include/libgtkhtml-3.8,
113 lib/gtkhtml, and
114 share/gtkhtml-3.8</seg>
115 </seglistitem>
116 </segmentedlist>
117
118 <variablelist>
119 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
120 <?dbfo list-presentation="list"?>
121 <?dbhtml list-presentation="table"?>
122
123 <varlistentry id="libgtkhtml-3">
124 <term><filename class='libraryfile'>libgtkhtml-3.8.{so,a}</filename></term>
125 <listitem>
126 <para>provide the functions to render HTML within applications.</para>
127 <indexterm zone="gtkhtml libgtkhtml-3">
128 <primary sortas="c-libgtkhtml-3">libgtkhtml-3.8.{so,a}</primary>
129 </indexterm>
130 </listitem>
131 </varlistentry>
132
133 </variablelist>
134
135 </sect2>
136
137</sect1>
Note: See TracBrowser for help on using the repository browser.