%general-entities; ]> $LastChangedBy$ $Date$ GPGME-&gpgme-version; GPGME Introduction to GPGME The GPGME package is a C library that allows cryptography support to be added to a program. It is designed to make access to public key crypto engines like GnuPG or GpgSM easier for applications. GPGME provides a high-level crypto API for encryption, decryption, signing, signature verification and key management. &lfs77_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &gpgme-md5sum; Download size: &gpgme-size; Estimated disk space required: &gpgme-buildsize; Estimated build time: &gpgme-time; GPGME Dependencies Required Optional (used during the testsuite) User Notes: Installation of GPGME Install GPGME by running the following commands: ./configure --prefix=/usr && make To test the results, issue: make check. Now, as the root user: make install Contents Installed Program Installed Libraries Installed Directory gpgme-config and gpgme-tool libgpgme-pthread.so and libgpgme.so /usr/share/common-lisp/source/gpgme Short Descriptions gpgme-config is used to obtain GPGME compilation and linking information. gpgme-config gpgme-tool prints fingerprint and keyid with keyservers. gpgme-tool libgpgme-pthread.so contains the GPGME API functions for applications using pthread. libgpgme-pthread.so libgpgme.so contains the GPGME API functions. libgpgme.so