Qca aims to provide a straightforward and cross-platform crypto API, using Qt datatypes and conventions. Qca separates the API from the implementation, using plugins known as Providers.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://download.kde.org/stable/qca/2.3.2/qca-2.3.2.tar.xz
Download MD5 sum: 328ca1e968ee29a2bf6f383b1f9c163e
Download size: 718 KB
Estimated disk space required: 43 MB
Estimated build time: 0.6 SBU (using parallelism=4; add 0.6 SBU for tests)
make-ca-1.7, CMake-3.20.1, Qt-5.15.2, and Which-2.21
Cyrus SASL-2.1.27, GnuPG-2.2.27, libgcrypt-1.9.2, libgpg-error-1.42, NSS-3.63, NSPR-4.30, p11-kit-0.23.22, Doxygen-1.9.1, Which-2.21, and Botan
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/qca
Fix the location of the CA certificates:
sed -i 's@cert.pem@certs/ca-bundle.crt@' CMakeLists.txt
Install Qca by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$QT5DIR \ -DCMAKE_BUILD_TYPE=Release \ -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man \ .. && make
To test the results, issue make test.
Now, as the root
user:
make install
-DCMAKE_BUILD_TYPE=Release
:
This switch is used to apply a higher level of compiler
optimizations.
-DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man
:
Install the qca man page in the normal location.
Last updated on 2021-04-05 07:36:04 -0500