%general-entities; ]> $LastChangedBy$ $Date$ GPGME-&gpgme-version; GPGME Introduction to GPGME The GPGME package is a C language library that allows to add support for cryptography 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. &lfs74_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 or (used during the testsuite) User Notes: Installation of GPGME Install GPGME by running the following commands: ./configure --prefix=/usr --disable-fd-passing && make To test the results, issue: make check. Now, as the root user: make install Command Explanations : This option disables a problem causing a hang for some operations on some systems. Contents Installed Program Installed Libraries Installed Directory gpgme-config libgpgme-pthread.so and libgpgme.so /usr/share/common-lisp/source/gpgme Short Descriptions libgpgme-pthread.so contains the GPGME API functions for applications using pthread. libgpgme-pthread.so libgpgme.so contains the GPGME API functions. libgpgme.so