Polkit-Qt provides an API to PolicyKit in the Qt environment.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://download.kde.org/stable/polkit-qt-1/polkit-qt-1-0.201.1.tar.xz
MD5 校验和:0b255fb033de543c3010ebec33f4d233
大小:58 KB
预计所需磁盘空间:5.2 MB
预计构建时间:0.1 SBU
CMake-4.3.4, Polkit-127, and Qt-6.11.1
Install Polkit-Qt by running the following commands:
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D QT_MAJOR_VERSION=6 \
-W no-dev .. &&
make
This package does not come with a test suite.
Now, as the root user:
make install
-D
CMAKE_BUILD_TYPE=Release: This switch is used to apply
higher level of the compiler optimizations.