This package provides a Qt API to store passwords and other secret data securely.
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://github.com/frankosterfeld/qtkeychain/archive/0.16.0/qtkeychain-0.16.0.tar.gz
MD5 校验和:f97ec6ec37a465abdea63c2def01f280
大小:64 KB
预计所需磁盘空间:3.1 MB
预计构建时间:小于 0.1 SBU(并行度=4)
Install qtkeychain by running the following commands:
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=$QT6DIR \
-D CMAKE_BUILD_TYPE=Release \
-D BUILD_WITH_QT6=ON \
-D BUILD_TESTING=OFF \
-W no-dev .. &&
make
This package does not come with a test suite.
Now, as the root user:
make install