%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. &lfs72_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 && 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.x. It is safe to omit when compiling with older GCC versions. --certstore-path=/etc/ssl/ca-bundle.crt: Causes the build to use the system-installed CA Certificates instead of a bundled copy. Contents Installed Programs Installed Libraries Installed Directories qcatool2 and qcatool2.debug libqca.so and libqca.so.&qca-version;.debug &qt4-dir;/include/QtCrypto and &qt4-dir;/share/qca