menu-cache-1.0.0

Introduction to Menu Cache

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.8 platform.

Package Information

Menu Cache Dependencies

Required

libfm-extra-1.2.3

Optional

GTK-Doc-1.24

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/menu-cache

Installation of 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

Command Explanations

--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.

Contents

Installed Programs: None
Installed Library: libmenu-cache.so
Installed Directories: /usr/include/menu-cache, /usr/libexec/menu-cache and /usr/share/gtk-doc/html/libmenu-cache

Short Descriptions

libmenu-cache.so

contains the menu-cache API functions.

Last updated on 2015-09-20 15:38:20 -0700