2002-06-04 Marcus Brinkmann <marcus@g10code.de>
[gpgme.git] / README
1                   GPGME - GnuPG Made Easy
2                 ---------------------------
3
4              !!!! THIS IS WORK IN PROGRESS !!!
5
6 If you want to hack on it, start with one of the `tests/t-foo'
7 programs.
8
9 For support of the OpenPGP protocol (default), you need the latest CVS
10 version of GnuPG 1.0, see `http://www.gnupg.org/cvs-access.html'.
11
12 You need at least GnuPG 1.0.7, but don't use a 1.1.x version.
13
14 If configure can't find the `gpg' binary in your path, you can specify
15 the location with the --with-gpg=/path/to/gpg argument to configure.
16
17 For support of the CMS (Cryptographic Message Syntax) protocol, you
18 need the latest CVS version of GpgSM, module name `newpg', at
19 `:pserver:anoncvs@cvs.gnupg.org:/cvs/aegypten'.
20
21 You need at least GpgSM 0.3.7.
22
23 If configure can't find the `gpgsm' binary in your path, you can
24 specify the location with the --with-gpgsm=/path/to/gpgsm argument to
25 configure.
26
27 To enable the CryptPlug GPGME PlugIn for both protocols, use the
28 `--enable-gpgmeplug' option to the configure script.  `gpgmeplug' is
29 experimental and you should not assume that it will stay with gpgme.
30 The plug-ins are installed by `make install' in `pkglibdir', normally
31 `PREFIX/lib/gpgme'.
32
33 Before building the CVS version following the generic install
34 instructions in `INSTALL', you need to set up the build scripts with
35 `./autogen.sh'.  To build the W32 version, use `./autogen.sh
36 --build-w32'.  You also need to enable maintainer mode at configure
37 time with `--enable-maintainer-mode', or the documentation will not
38 built (because the version.texi won't be generated unless maintainer
39 mode is enabled).
40
41 Please subscribe to the gnupg-devel@gnupg.org mailing list if you want
42 to do serious work.