(memrchr): Fixed implementation. Problem pointed out
[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 For building the CVS version please see the file README.CVS
31
32 Please subscribe to the gnupg-devel@gnupg.org mailing list if you want
33 to do serious work.