Yelp-3.8.1

Introduction to Yelp

The Yelp package contains the help browser used for viewing help files.

This package is known to build and work properly using an LFS-7.4 platform.

Package Information

Yelp Dependencies

Required

WebKitGTK+-2.0.4 and yelp-xsl-3.8.1

Optional

GTK-Doc-1.19

[Note]

Note

The Yelp package is not required for a functional GNOME Desktop. Note, however, that without Yelp you will not be able to view the built-in Help provided by core GNOME and many of the support applications.

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/yelp

Installation of Yelp

Install Yelp by running the following commands:

./configure --prefix=/usr --disable-static &&
make

To test the results, issue make check.

Now, as the root user:

make install

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Program: yelp
Installed Library: libyelp.so
Installed Directories: /usr/include/libyelp, /usr/share/gtk-doc/html/libyelp, and /usr/share/yelp

Short Descriptions

yelp

is the GNOME Help Browser.

libyelp.so

contains the Yelp API functions.

Last updated on 2013-09-03 12:08:19 -0700