The Menu Cache package contains a library for creating and utilizing caches to speed up the manipulation for freedesktop.org defined application menus.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://downloads.sourceforge.net/lxde/menu-cache-1.1.0.tar.xz
Download MD5 sum: 99999a0bca48b980105208760c8fd893
Download size: 260 KB
Estimated disk space required: 3.7 MB
Estimated build time: less than 0.1 SBU
First fix a memory leak and “multiple definitions” issues:
patch -Np1 -i ../menu-cache-1.1.0-consolidated_fixes-1.patch
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.