diff options
author | Werner Koch <[email protected]> | 2001-01-11 11:56:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-01-11 11:56:34 +0000 |
commit | 96f67a5fdc92571b42febd8db833b5379dedb29d (patch) | |
tree | 1c898cb08a435b7a8b6eafe163e63199322cda8d /README | |
parent | More changes and and some new functions (diff) | |
download | gpgme-0-1-4.tar.gz gpgme-0-1-4.zip |
Release 0.1.4gpgme-0-1-4
Diffstat (limited to '')
-rw-r--r-- | README | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -5,12 +5,10 @@ If you want to hack on it, start with one of the tests/t-foo programs. You need the latest CVS version of GnuPG 1.0, see -http://www.gnupg.org/cvs-access.html . If you use passphrases for -your keys, you should get the gpg-agent which comes with the GnuPG -unstable version (either CVS HEAD or -ftp.gnupg.org/pub/gcrypt/alpha/gnupg/gnupg-1.1.2.tar.gz) and install -the agent from the agent subdirectory or use the new -gpgme_set_passphrase_cb() +http://www.gnupg.org/cvs-access.html . + +You need at least GnuPG 1.0.4d (but don't use a 1.1.x version). + To build the W32 version, use ./autogen.sh --build-w32 |