The Menu Cache package contains a library for creating and utilizing caches to speed up the manipulation for freedesktop.org defined application menus.
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): https://downloads.sourceforge.net/lxde/menu-cache-1.0.2.tar.xz
Download MD5 sum: 8dde7a3f5bd9798d0129d1979a5d7640
Download size: 260 KB
Estimated disk space required: 3.2
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/menu-cache
Install Menu Cache 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
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this option if
GTK-Doc is installed and you wish
to build and install the API documentation.
Last updated on 2017-08-28 15:14:37 -0700