%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. &lfs72_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 and Optional , , and User Notes: Installation of GPGME Install GPGME by running the following commands: ./configure --prefix=/usr \ --libexecdir=/usr/lib \ --without-g13 && make To test the results, issue: make check. Now, as the root user: make install Command Explanations --libexecdir=/usr/lib: This parameter stops the creation of an empty /usr/libexec directory. : This option merely prevents a warning about about an un-released development library during configure. Contents Installed Program Installed Libraries Installed Directory gpgme-config libgpgme-pthread.so, libgpgme-pth.so, and libgpgme.so /usr/share/common-lisp/source/gpgme Short Descriptions libgpgme-pthread.{so,a} contains the gpgme API functions for applications using pthread. libgpgme-pthread.{so,a} libgpgme-pth.{so,a} contains the gpgme API functions for applications using GNU Pth. libgpgme-pth.{so,a} libgpgme.{so,a} contains the gpgme API functions. libgpgme.{so,a}