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 yelp-download-http "http://ftp.gnome.org/pub/GNOME/sources/yelp/2.6/yelp-&yelp-version;.tar.bz2">
|
|
|
|
<!ENTITY yelp-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/yelp/2.6/yelp-&yelp-version;.tar.bz2">
|
2004-11-26 05:33:32 +08:00
|
|
|
<!ENTITY yelp-md5sum "77d919335650ef0d114c951637669bda">
|
|
|
|
<!ENTITY yelp-size "639 KB">
|
|
|
|
<!ENTITY yelp-buildsize "9.1 MB">
|
|
|
|
<!ENTITY yelp-time "0.17 SBU">
|
2004-06-15 08:20:58 +08:00
|
|
|
]>
|
|
|
|
|
2003-10-02 08:05:51 +08:00
|
|
|
<sect1 id="yelp" xreflabel="Yelp-&yelp-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-07 11:24:31 +08:00
|
|
|
<?dbhtml filename="yelp.html"?>
|
2003-10-02 08:05:51 +08:00
|
|
|
<title>Yelp-&yelp-version;</title>
|
2002-09-10 11:40:34 +08:00
|
|
|
|
2004-06-15 08:20:58 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application>Yelp</application></title>
|
|
|
|
|
2004-11-26 05:33:32 +08:00
|
|
|
<para>The <application>Yelp</application> package contains the help browser.
|
|
|
|
This is useful for viewing help files.</para>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem><para>Download (HTTP): <ulink
|
|
|
|
url="&yelp-download-http;"/></para></listitem>
|
|
|
|
<listitem><para>Download (FTP): <ulink
|
|
|
|
url="&yelp-download-ftp;"/></para></listitem>
|
2004-11-26 05:33:32 +08:00
|
|
|
<listitem><para>Download MD5 sum: &yelp-md5sum;</para></listitem>
|
2004-06-15 08:20:58 +08:00
|
|
|
<listitem><para>Download size: &yelp-size;</para></listitem>
|
2004-11-26 05:33:32 +08:00
|
|
|
<listitem><para>Estimated disk space required:
|
2004-06-15 08:20:58 +08:00
|
|
|
&yelp-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time:
|
|
|
|
&yelp-time;</para></listitem></itemizedlist>
|
|
|
|
</sect3>
|
2004-11-26 05:33:32 +08:00
|
|
|
|
2004-06-15 08:20:58 +08:00
|
|
|
<sect3><title><application>Yelp</application> dependencies</title>
|
|
|
|
<sect4><title>Required</title>
|
2004-11-26 05:33:32 +08:00
|
|
|
<para><xref linkend="libgnomeui"/>,
|
|
|
|
<xref linkend="libgtkhtml"/> and
|
|
|
|
<xref linkend="scrollkeeper"/></para>
|
|
|
|
</sect4>
|
2004-11-26 08:02:35 +08:00
|
|
|
|
|
|
|
<sect4><title>Recommended</title>
|
|
|
|
<para><xref linkend="gnome-doc-utils"/> (required for <acronym>XSLT</acronym>
|
|
|
|
transformations)</para>
|
|
|
|
</sect4>
|
2004-06-15 08:20:58 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>Yelp</application></title>
|
|
|
|
|
2004-11-26 05:33:32 +08:00
|
|
|
<para>Install <application>Yelp</application> by running the following
|
|
|
|
commands:</para>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
2004-11-26 05:33:32 +08:00
|
|
|
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
|
|
|
|
--localstatedir=/var/lib &&
|
2004-06-15 08:20:58 +08:00
|
|
|
make &&
|
|
|
|
make install</command></userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
|
|
|
<para><parameter>--libexecdir=`pkg-config --variable=prefix
|
|
|
|
ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
|
|
|
|
<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
|
|
|
|
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
|
|
|
|
2004-11-26 05:33:32 +08:00
|
|
|
<para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
|
|
|
|
<application>ScrollKeeper</application> files in
|
|
|
|
<filename class='directory'>/var/lib/scrollkeeper</filename> instead of
|
|
|
|
<filename class='directory'>$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
|
|
|
|
2004-06-15 08:20:58 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
2004-11-26 05:33:32 +08:00
|
|
|
<para>The <application>Yelp</application> package contains
|
|
|
|
<command>yelp</command>.</para>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
|
|
|
<sect3><title>yelp</title>
|
|
|
|
<para><command>yelp</command> is the
|
2004-11-26 05:33:32 +08:00
|
|
|
<application><acronym>GNOME</acronym></application> help browser.</para>
|
|
|
|
</sect3>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
</sect2>
|
2002-09-10 11:40:34 +08:00
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|