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
|
|
|
|
2003-06-06 03:04:09 +00:00
|
|
|
To build GPGME, you need to install libgpg-error. You need at least
|
|
|
|
libgpg-error 0.1.
|
|
|
|
|
2001-11-23 01:12:04 +00:00
|
|
|
For support of the OpenPGP protocol (default), you need the latest CVS
|
2002-10-08 21:52:38 +00:00
|
|
|
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
|
|
|
|
2002-10-08 21:52:38 +00:00
|
|
|
You need at least GpgSM 0.9.0.
|
2001-12-18 23:32:08 +00:00
|
|
|
|
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.
|
|
|
|
|
|
|
|
Before building the CVS version following the generic install
|
|
|
|
instructions in `INSTALL', you need to set up the build scripts with
|
|
|
|
`./autogen.sh'. To build the W32 version, use `./autogen.sh
|
2002-01-16 00:45:14 +00:00
|
|
|
--build-w32'. You also need to enable maintainer mode at configure
|
|
|
|
time with `--enable-maintainer-mode', or the documentation will not
|
|
|
|
built (because the version.texi won't be generated unless maintainer
|
|
|
|
mode is enabled).
|
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.
|