summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJinWang An <jinwang.an@samsung.com>2021-12-01 16:54:34 +0900
committerJinWang An <jinwang.an@samsung.com>2021-12-01 16:54:34 +0900
commit995a02825947cf6f11b67998d850c748d320c8cd (patch)
tree941ed2cd17bb2649ad441e9e49aaff3aeda987d3 /README
parent446ad01df66cb2f4dd51d97ff02be16d765847e1 (diff)
downloadgpgme-995a02825947cf6f11b67998d850c748d320c8cd.tar.gz
gpgme-995a02825947cf6f11b67998d850c748d320c8cd.tar.bz2
gpgme-995a02825947cf6f11b67998d850c748d320c8cd.zip
Imported Upstream version 1.5.0upstream/1.5.0
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 4 insertions, 15 deletions
diff --git a/README b/README
index e886647..a16a066 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
GPGME - GnuPG Made Easy
---------------------------
- Copyright 2004, 2006, 2010, 2012, 2013 g10 Code GmbH
+ Copyright 2004, 2006, 2010, 2012, 2013, 2014 g10 Code GmbH
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
@@ -41,26 +41,15 @@ See the file INSTALL for generic installation instructions.
Check that you have unmodified sources. See below on how to do this.
Don't skip it - this is an important step!
-To build GPGME, you need to install libgpg-error (>= 1.8) and
+To build GPGME, you need to install libgpg-error (>= 1.11) and
Libassuan (>= 2.0.2).
For support of the OpenPGP protocol (default), you should use the
latest version of GnuPG (>= 1.4) , available at:
-ftp://ftp.gnupg.org/gcrypt/gnupg/
-For support of the CMS (Cryptographic Message Syntax) protocol, you
+ftp://ftp.gnupg.org/gcrypt/gnupg/. For support of the CMS
+(Cryptographic Message Syntax) protocol and lot of other features, you
need a GnuPG version >= 2.0.
-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.
-
-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.
-
-On some platforms GPGME based applications might hang at certain
-operations when using GPGME_PROTOCOL_CMS. A workaround for this
-problem is to build with the configure option --disable-fd-passing.
-
For building the GIT version of GPGME please see the file README.GIT
for more information.