menu-cache-0.7.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.6 platform.

Package Information

Menu Cache Dependencies

Required

libfm-extra-1.2.2.1

Optional

GTK-Doc-1.20

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 2014-09-13 22:25:33 -0700