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.6 systemd platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/yelp/3.12/yelp-3.12.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/yelp/3.12/yelp-3.12.0.tar.xz
Download MD5 sum: 02f0383b02960766ea46059b9a02cf85
Download size: 1.4 MB
Estimated disk space required: 25 MB
Estimated build time: 0.2 SBU
WebKitGTK+-2.4.5 and yelp-xsl-3.12.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
To test the results, issue make check.
          Now, as the root user:
        
make install
          --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 2014-08-25 18:22:00 -0700