The Menu Cache package contains a library for creating and utilizing caches to speed up the manipulation for freedesktop.org defined application menus.
![[Note]](../images/note.png) 
          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://github.com/lxde/menu-cache/archive/1.1.1/menu-cache-1.1.1.tar.gz
Download MD5 sum: a15e0de38188622a6b9e63433a6d616f
Download size: 68 KB
Estimated disk space required: 3.8 MB
Estimated build time: less than 0.1 SBU
GTK-Doc-1.35.1 and libfm-extra-1.3.2
sh autogen.sh && ./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.