libdbusmenu-qt-0.7.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-6.7 platform.

Package Information

libdbusmenu-qt Dependencies

Required

Qt-4.8.0

Optional

Qjson for building test suite

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

Prepare the package for compilation:

cmake -DCMAKE_INSTALL_PREFIX=$(pkg-config --variable=prefix QtCore) .. &&
make

Now, as the root user:

make install

Contents

Installed Program: None
Installed Libraries: libdbusmenu-qt.so
Installed Directory: None

Last updated on 2012-01-06 16:50:17 +0000