The Yelp package contains a help browser used for viewing help files.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://download.gnome.org/sources/yelp/40/yelp-40.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/yelp/40/yelp-40.0.tar.xz
Download MD5 sum: d1fdb55c624a419877c2a2abfc8479a1
Download size: 1.5 MB
Estimated disk space required: 22 MB
Estimated build time: 0.1 SBU
gsettings-desktop-schemas-40.0, WebKitGTK-2.32.0 and yelp-xsl-40.0
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
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
Still as the root
user, ensure that
/usr/share/applications/mimeinfo.cache
will be
updated and therefore the help in gnome applications will
work.
update-desktop-database
--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.
Last updated on 2021-04-08 01:16:54 -0500