libdbusmenu-qt-0.9.0

Introduction to libdbusmenu-qt

This library provides a Qt implementation of the DBusMenu specs which goal is to expose menus on DBus.

This package is known to build and work properly using an LFS-7.0 platform.

Package Information

libdbusmenu-qt Dependencies

Required

Qt-4.8.1

Optional

Qjson (for building the test suite) and Doxygen-1.7.5 (for building the API documentation)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libdbusmenu-qt

Installation of libdbusmenu-qt

Install libdbusmenu-qt by running the following commands:

mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=$QTDIR \
      -DWITH_DOC=OFF .. &&
make

Now, as the root user:

make install

Command Explanations

-DWITH_DOC=OFF: This option is set to avoid building the API documentation. Omit it if you have doxygen and want the documentation.

Contents

Installed Programs: None
Installed Libraries: libdbusmenu-qt.so
Installed Directories: $QTDIR/include/dbusmenu-qt

Last updated on 2012-04-15 17:19:58 +0000