Yelp-3.22.0

Introduction to Yelp

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

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

Package Information

Yelp Dependencies

Required

gsettings-desktop-schemas-3.24.0, WebKitGTK+-2.16.6 and yelp-xsl-3.20.1

Recommended

Optional

GTK-Doc-1.26

[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

This package does not come with a test suite.

Now, as the root user:

make install &&
update-desktop-database

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.

update-desktop-database: This ensures that /usr/share/applications/mimeinfo.cache will be updated and therefore the help in gnome applications will work. Some packages run this command during their installation, but yelp and the gnome applications do not.

Contents

Installed Program: gnome-help (symlink) and yelp
Installed Library: libyelp.so
Installed Directories: /usr/{include,share/gtk-doc/html}/libyelp and /usr/{lib,share}/yelp

Short Descriptions

yelp

is the GNOME Help Browser.

libyelp.so

contains the Yelp API functions.

Last updated on 2017-08-30 17:02:22 -0700