This package provides a Qt API to store passwords and other secret data securely.
This version of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable version of the System V books.
Download (HTTP): https://github.com/frankosterfeld/qtkeychain/archive/0.16.0/qtkeychain-0.16.0.tar.gz
Download MD5 sum: f97ec6ec37a465abdea63c2def01f280
Download size: 64 KB
Estimated disk space required: 3.1 MB
Estimated build time: less than 0.1 SBU (Using parallelism=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-author .. &&
make
This package does not come with a test suite.
Now, as the root user:
make install