diff options
author | Werner Koch <[email protected]> | 2012-05-02 08:58:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2012-05-02 09:18:24 +0000 |
commit | 9c8608f702ec0f44ae55cd7f33bd8df0a2d48508 (patch) | |
tree | 7fa70e6b31f4b5f8eafdab140b9bfabf07751c92 /README | |
parent | Remove unused pth stuff from gpgme-config. (diff) | |
download | gpgme-9c8608f702ec0f44ae55cd7f33bd8df0a2d48508.tar.gz gpgme-9c8608f702ec0f44ae55cd7f33bd8df0a2d48508.zip |
Release 1.3.2.gpgme-1.3.2
* configure.ac: Bump LT version to C19/A8/R1.
* configure.ac (GITLOG_TO_CHANGELOG): Define.
* Makefile.am (gen-ChangeLog): Use it.
Diffstat (limited to '')
-rw-r--r-- | README | 24 | ||||
-rw-r--r-- | README.GIT (renamed from README.SVN) | 14 |
2 files changed, 13 insertions, 25 deletions
@@ -1,7 +1,7 @@ GPGME - GnuPG Made Easy --------------------------- - Copyright 2004, 2006, 2010 g10 Code GmbH + Copyright 2004, 2006, 2010, 2012 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 @@ -40,32 +40,23 @@ 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. You need at least -libgpg-error 1.8. +To build GPGME, you need to install libgpg-error (>= 1.8) and +Libassuan (>= 2.0.2). For support of the OpenPGP protocol (default), you should use the -latest version of GnuPG 1.2 or 1.4, available at: +latest version of GnuPG (>= 1.4) , available at: ftp://ftp.gnupg.org/gcrypt/gnupg/ - -You need at least GnuPG 1.2.2. +For support of the CMS (Cryptographic Message Syntax) protocol, 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. -For support of the CMS (Cryptographic Message Syntax) protocol, you -need the latest CVS version of GnuPG 1.9, which is available in the -GnuPG repository: -http://www.gnupg.org/download/cvs_access.html -Use the tag `GNUPG-1-9-BRANCH'. There are also snapshots available at: -ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/ - -You need at least GpgSM 1.9.6. - 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. -For building the CVS version of GPGME please see the file README.CVS +For building the GIT version of GPGME please see the file README.GIT for more information. @@ -120,4 +111,3 @@ in the tests/gpg/ directory may also prove useful. Please subscribe to the [email protected] mailing list if you want to do serious work. - @@ -1,11 +1,11 @@ -If you are building from Subversion, run the script +If you are building from GIT, run the script ./autogen.sh first, to make sure that you have all the necessary maintainer tools are installed and to build the actual configuration files. If you -have just updated from SVN, you should add the option "--force" to -autogen.sh so that meta data from SVN is noticed. Then run +have just checked out from GIT, you should add the option "--force" to +autogen.sh so that meta data is noticed by autom4te.cache. Then run ./configure --enable-maintainer-mode @@ -16,7 +16,7 @@ tools, or the tools are not installed, you may use environment variables to override the default tool names: AUTOMAKE_SUFFIX is used as a suffix for all tools from the automake - package. For example + package. For example AUTOMAKE_SUFFIX="-1.7" ./autogen.sh uses "automake-1.7" and "aclocal-1.7. AUTOMAKE_PREFIX is used as a prefix for all tools from the automake @@ -37,15 +37,13 @@ It is also possible to use the variable name AUTOMAKE, AUTOCONF, ACLOCAL, AUTOHEADER, GETTEXT and MSGMERGE to directly specify the name of the programs to run. It is however better to use the suffix and prefix forms as described above because that does not require -knowledge about the actual tools used by autgen.sh. +knowledge about the actual tools used by autogen.sh. Please don't use autopoint, libtoolize or autoreconf unless you are the current maintainer and want to update the standard configuration -files. All those files should be in the SVN and only updated manually +files. All those files should be in GIT and only updated manually if the maintainer decides that newer versions are required. The maintainer should also make sure that the required version of automake et al. are properly indicated at the top of configure.ac and take care to copy the files and not merely use symlinks. - - |