02739c30ef95e8d08596595f82d8935bbc16762f
[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/gpg/t-foo'
7 programs.
8
9 To build GPGME, you need to install libgpg-error.  You need at least
10 libgpg-error 0.5.
11
12 For support of the OpenPGP protocol (default), you need the latest CVS
13 version of GnuPG 1.2, see `http://www.gnupg.org/cvs-access.html'.
14
15 You need at least GnuPG 1.2.2.
16
17 If configure can't find the `gpg' binary in your path, you can specify
18 the location with the --with-gpg=/path/to/gpg argument to configure.
19
20 For support of the CMS (Cryptographic Message Syntax) protocol, you
21 need the latest CVS version of GpgSM, module name `newpg', at
22 `:pserver:anoncvs@cvs.gnupg.org:/cvs/aegypten'.
23
24 You need at least GpgSM 0.9.0.
25
26 If configure can't find the `gpgsm' binary in your path, you can
27 specify the location with the --with-gpgsm=/path/to/gpgsm argument to
28 configure.
29
30 Before building the CVS version following the generic install
31 instructions in `INSTALL', you need to set up the build scripts with
32 `./autogen.sh'.  To build the W32 version, use `./autogen.sh
33 --build-w32'.  You also need to enable maintainer mode at configure
34 time with `--enable-maintainer-mode', or the documentation will not
35 built (because the version.texi won't be generated unless maintainer
36 mode is enabled).
37
38 Please subscribe to the gnupg-devel@gnupg.org mailing list if you want
39 to do serious work.