QCA は、クロスプラットフォーム対応の分かりやすい暗号化 API を提供します。 これは Qt のデータタイプとその手法を採用しています。 QCA は、Providers と呼ばれるプラグインを用いて、実装と API の分離を図っています。
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://download.kde.org/stable/qca/2.3.7/qca-2.3.7.tar.xz
ダウンロード MD5 sum: 0e50817de610e145c83ca012f79f18f5
ダウンロードサイズ: 732 KB
必要ディスク容量: 43 MB
概算ビルド時間: 0.4 SBU (using parallelism=4; add 0.1 SBU for tests)
make-ca-1.13, CMake-3.28.1, Qt-5.15.11, and Which-2.21
Cyrus SASL-2.1.28, GnuPG-2.4.3, libgcrypt-1.10.3, libgpg-error-1.47, nss-3.96.1, NSPR-4.35, p11-kit-0.25.3, Doxygen-1.9.8, Which-2.21, and Botan
Fix the location of the CA certificates:
sed -i 's@cert.pem@certs/ca-bundle.crt@' CMakeLists.txt
以下のコマンドを実行して Qca をビルドします。
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$QT5DIR \ -DCMAKE_BUILD_TYPE=Release \ -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man \ .. && make
ビルド結果をテストする場合は make test を実行します。
root
ユーザーになって以下を実行します。
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.