gpgme/README

34 lines
1.1 KiB
Plaintext
Raw Normal View History

2000-10-27 14:55:24 +00:00
GPGME - GnuPG Made Easy
---------------------------
2000-11-16 17:26:53 +00:00
!!!! THIS IS WORK IN PROGRESS !!!
2002-08-01 17:40:38 +00:00
If you want to hack on it, start with one of the `tests/gpg/t-foo'
2001-11-23 01:12:04 +00:00
programs.
2001-01-11 11:56:34 +00:00
To build GPGME, you need to install libgpg-error. You need at least
2003-09-14 00:41:39 +00:00
libgpg-error 0.5.
2001-11-23 01:12:04 +00:00
For support of the OpenPGP protocol (default), you need the latest CVS
version of GnuPG 1.2, see `http://www.gnupg.org/cvs-access.html'.
2001-01-11 11:56:34 +00:00
2003-05-26 21:59:11 +00:00
You need at least GnuPG 1.2.2.
2000-11-16 17:26:53 +00:00
2001-11-23 01:12:04 +00:00
If configure can't find the `gpg' binary in your path, you can specify
the location with the --with-gpg=/path/to/gpg argument to configure.
2000-12-29 10:34:34 +00:00
2001-11-23 01:12:04 +00:00
For support of the CMS (Cryptographic Message Syntax) protocol, you
2002-01-22 16:55:58 +00:00
need the latest CVS version of GpgSM, module name `newpg', at
2001-11-23 01:12:04 +00:00
`:pserver:anoncvs@cvs.gnupg.org:/cvs/aegypten'.
2000-12-19 10:07:32 +00:00
You need at least GpgSM 0.9.0.
2001-11-23 01:12:04 +00:00
If configure can't find the `gpgsm' binary in your path, you can
specify the location with the --with-gpgsm=/path/to/gpgsm argument to
configure.
2004-01-12 13:41:20 +00:00
For building the CVS version please see the file README.CVS
2000-11-16 17:26:53 +00:00
2001-11-23 01:12:04 +00:00
Please subscribe to the gnupg-devel@gnupg.org mailing list if you want
to do serious work.