source: gnome/core/yelp.xml@ 8f83eeb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 8f83eeb was 5416f541, checked in by Krejzi <krejzi@…>, 12 years ago

GNOME Core 3.6.2.

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

  • Property mode set to 100644
File size: 5.1 KB
RevLine 
[9d2dc4e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[9d2dc4e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[b0369f3]7 <!ENTITY yelp-download-http "&gnome-download-http;/yelp/3.6/yelp-&yelp-version;.tar.xz">
8 <!ENTITY yelp-download-ftp "&gnome-download-ftp;/yelp/3.6/yelp-&yelp-version;.tar.xz">
[5416f541]9 <!ENTITY yelp-md5sum "b5f55b1358cec1e0fefd82b34a3e296d">
[953836aa]10 <!ENTITY yelp-size "832 KB">
[b0369f3]11 <!ENTITY yelp-buildsize "19 MB">
12 <!ENTITY yelp-time "0.2 SBU">
[9d2dc4e2]13]>
14
[9b8404e]15<sect1 id="yelp" xreflabel="Yelp-&yelp-version;">
[ce861f3]16 <?dbhtml filename="yelp.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Yelp-&yelp-version;</title>
24
25 <indexterm zone="yelp">
26 <primary sortas="a-Yelp">Yelp</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Yelp</title>
31
[7ded7e3]32 <para>
33 The <application>Yelp</application> package contains the help
34 browser used for viewing help files.
35 </para>
[ce861f3]36
[b40a0982]37 &lfs72_checked;
[957682e]38
[ce861f3]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[7ded7e3]42 <para>
43 Download (HTTP): <ulink url="&yelp-download-http;"/>
44 </para>
[ce861f3]45 </listitem>
46 <listitem>
[7ded7e3]47 <para>
48 Download (FTP): <ulink url="&yelp-download-ftp;"/>
49 </para>
[ce861f3]50 </listitem>
51 <listitem>
[7ded7e3]52 <para>
53 Download MD5 sum: &yelp-md5sum;
54 </para>
[ce861f3]55 </listitem>
56 <listitem>
[7ded7e3]57 <para>
58 Download size: &yelp-size;
59 </para>
[ce861f3]60 </listitem>
61 <listitem>
[7ded7e3]62 <para>
63 Estimated disk space required: &yelp-buildsize;
64 </para>
[ce861f3]65 </listitem>
66 <listitem>
[7ded7e3]67 <para>
68 Estimated build time: &yelp-time;
69 </para>
[ce861f3]70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Yelp Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
[d0e0395]76 <para role="required">
77 <xref linkend="webkitgtk"/> and
78 <xref linkend="yelp-xsl"/>
79 </para>
[a6bee1f]80
81 <bridgehead renderas="sect4">Optional</bridgehead>
[d0e0395]82 <para role="optional">
[ef6d249]83 <xref linkend="gtk-doc"/>
[d0e0395]84 </para>
[51d7b70]85
86 <note>
[7ded7e3]87 <para>
88 The <application>Yelp</application> package is not required for a
89 functional <application>GNOME</application> Desktop. Note, however, that
90 without <application>Yelp</application> you will not be able to view the
91 built-in Help provided by core <application>GNOME</application> and many
92 of the support applications.
93 </para>
[51d7b70]94 </note>
[ce861f3]95
[0a7c3921]96 <para condition="html" role="usernotes">User Notes:
[7ded7e3]97 <ulink url="&blfs-wiki;/yelp"/>
98 </para>
[ce861f3]99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Yelp</title>
103
[7ded7e3]104 <para>
105 Install <application>Yelp</application> by running the following
106 commands:
107 </para>
[ce861f3]108
[d0e0395]109<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[ce861f3]110make</userinput></screen>
[474231bf]111
[7ded7e3]112 <para>
[b0369f3]113 To test the results, issue <command>make check</command>.
[7ded7e3]114 </para>
[474231bf]115
[7ded7e3]116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
[474231bf]119
[ce861f3]120<screen role="root"><userinput>make install</userinput></screen>
[9d2dc4e2]121
[ce861f3]122 </sect2>
[9d2dc4e2]123
[d0e0395]124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7ded7e3]128 href="../../xincludes/static-libraries.xml"/>
[d0e0395]129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7ded7e3]131 href="../../xincludes/gtk-doc-rebuild.xml"/>
[d0e0395]132
133 </sect2>
134
[ce861f3]135 <sect2 role="content">
136 <title>Contents</title>
[9d2dc4e2]137
[ce861f3]138 <segmentedlist>
[7ded7e3]139 <segtitle>Installed Program</segtitle>
[d0e0395]140 <segtitle>Installed Library</segtitle>
141 <segtitle>Installed Directories</segtitle>
[9d2dc4e2]142
[ce861f3]143 <seglistitem>
[d0e0395]144 <seg>
[7ded7e3]145 yelp
[d0e0395]146 </seg>
147 <seg>
148 libyelp.so
149 </seg>
150 <seg>
[7ded7e3]151 /usr/include/libyelp,
152 /usr/share/yelp and
[d0e0395]153 /usr/share/gtk-doc/html/libyelp
154 </seg>
[ce861f3]155 </seglistitem>
156 </segmentedlist>
[9d2dc4e2]157
[ce861f3]158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
[9d2dc4e2]162
[ce861f3]163 <varlistentry id="yelp-prog">
164 <term><command>yelp</command></term>
165 <listitem>
[7ded7e3]166 <para>
167 is the <application>GNOME</application> Help Browser.
168 </para>
[ce861f3]169 <indexterm zone="yelp yelp-prog">
170 <primary sortas="b-yelp">yelp</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
[9d2dc4e2]174
[d0e0395]175 <varlistentry id="libyelp">
176 <term><filename class="libraryfile">libyelp.so</filename></term>
177 <listitem>
[7ded7e3]178 <para>
179 contains the <application>Yelp</application> API functions.
180 </para>
[d0e0395]181 <indexterm zone="yelp libyelp">
182 <primary sortas="c-libyelp">libyelp.so</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
[ce861f3]187 </variablelist>
[8945b1e]188
[ce861f3]189 </sect2>
190
[51d7b70]191</sect1>
Note: See TracBrowser for help on using the repository browser.