%general-entities; ]> $LastChangedBy$ $Date$ Polkit-Qt-&polkit-qt-version; polkit-qt Introduction to Polkit-Qt Polkit-Qt provides an API to PolicyKit in the Qt environment. &lfs7a_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &polkit-qt-md5sum; Download size: &polkit-qt-size; Estimated disk space required: &polkit-qt-buildsize; Estimated build time: &polkit-qt-time; Polkit-Qt Dependencies Required , , and User Notes: Installation of Polkit-Qt Install Polkit-Qt by running the following commands: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_LIBDIR=lib \ -Wno-dev .. && make This package does not come with a test suite. Now, as the root user: make install Command Explanations -DCMAKE_BUILD_TYPE=Release: This switch is used to apply higher level of the compiler optimizations. -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. Contents Installed Programs Installed Libraries Installed Directories none libpolkit-qt5-agent-1.so, libpolkit-qt5-core-1.so, and libpolkit-qt5-gui-1.so /usr/include/polkit-qt5-1 and /usr/lib/cmake/PolkitQt5-1