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-7.6 platform.
Download (HTTP): http://downloads.sourceforge.net/lxde/menu-cache-0.7.0.tar.xz
Download MD5 sum: 515a69ab45bc9963e053756ab7e5b529
Download size: 256 KB
Estimated disk space required: 3.2 MB (additional 0.5 MB to build and install the API documentation)
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. With this option
enabled, the package doesn't support parallel build.
Last updated on 2014-09-13 22:25:33 -0700