%general-entities; ]> $LastChangedBy$ $Date$ Qca-&qca-version; qca Introduction to Qca 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. &lfs74_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &qca-md5sum; Download size: &qca-size; Estimated disk space required: &qca-buildsize; Estimated build time: &qca-time; Qca Dependencies Required and User Notes: Installation of Qca Install Qca by running the following commands: sed -i '217s@set@this->set@' src/botantools/botan/botan/secmem.h && ./configure --prefix=&qt4-dir; \ --certstore-path=/etc/ssl/ca-bundle.crt \ --no-separate-debug-info && make To test the results, issue make test. Now, as the root user: make install Command Explanations sed -i '217s@set@...: This sed fixes compiling with GCC 4.7 and newer. It is safe to omit when compiling with older GCC versions. : Causes the build to use the system-installed CA Certificates instead of a bundled copy. : Prevents installation of a separate library and program file with debug information. Contents Installed Programs Installed Libraries Installed Directories qcatool2 libqca.so &qt4-dir;/include/QtCrypto Short Descriptions qcatool2 is a command line tool for performing various cryptographic operations with Qca. qcatool2 libqca.so is the Qt Cryptography Architecture (Qca) library. libqca.so