%general-entities; ]> $LastChangedBy$ $Date$ libdbusmenu-qt-&libdbusmenu-qt5-version; libdbusmenu-qt Introduction to libdbusmenu-qt The libdbusmenu-qt package contains a library that provides a Qt5 implementation of the DBusMenu protocol. &lfs76_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libdbusmenu-qt5-md5sum; Download size: &libdbusmenu-qt5-size; Estimated disk space required: &libdbusmenu-qt5-buildsize; Estimated build time: &libdbusmenu-qt5-time; libdbusmenu-qt Dependencies Required and Optional (for building the API documentation) and (for building the test suite) User Notes: Installation of libdbusmenu-qt Install libdbusmenu-qt by running the following commands: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_LIBDIR=lib \ -DUSE_QT5=TRUE \ -DWITH_DOC=OFF \ .. && make This package does not come with a test suite. Now, as the root user: make install Command Explanations -DCMAKE_INSTALL_LIBDIR=lib: This switch is used to get libraries to install to $KF5_PREFIX/lib instead of $KF5_PREFIX/lib64 on a 64 bit system. -DUSE_QT5=TRUE: This switch is used to ensure that Qt5 version of the library is built even if Qt4 is present. -DWITH_DOC=OFF: This switch is used to avoid building the API documentation. Omit it if you have installed Doxygen and want to build the documentation. Contents Installed Programs Installed Libraries Installed Directories None libdbusmenu-qt5.so $KF5_PREFIX/include/dbusmenu-qt5, $KF5_PREFIX/lib/cmake/dbusmenu-qt5 and $KF5_PREFIX/share/doc/libdbusmenu-qt5-doc