aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-07-05 10:09:23 +0000
committerWerner Koch <[email protected]>2024-07-05 10:09:23 +0000
commit7c4c35f5420e966891937d3fc6c49f4a5ee6d012 (patch)
treea7b5d0bd4b40c52cec0b9671e4f9102c3598c98e /README
parentgpg: Print a warning if the (draft) Kyber algorithm is used. (diff)
downloadgnupg-7c4c35f5420e966891937d3fc6c49f4a5ee6d012.tar.gz
gnupg-7c4c35f5420e966891937d3fc6c49f4a5ee6d012.zip
build: Prepare docs for GnuPG 2.6
--
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 7 insertions, 4 deletions
diff --git a/README b/README
index fc30b1601..1bea40b7a 100644
--- a/README
+++ b/README
@@ -25,9 +25,12 @@
can be freely used, modified and distributed under the terms of the
GNU General Public License.
+ Note that versions 2.5.x are maintained development versions leading
+ to the forthcoming new stable version 2.6.x.
+
* BUILD INSTRUCTIONS
- GnuPG 2.4 depends on the following GnuPG related packages:
+ GnuPG 2.6 depends on the following GnuPG related packages:
npth (https://gnupg.org/ftp/gcrypt/npth/)
libgpg-error (https://gnupg.org/ftp/gcrypt/libgpg-error/)
@@ -93,10 +96,10 @@
libraries can be installed into an arbitrary location using for
example:
- make -f build-aux/speedo.mk install SYSROOT=/usr/local/gnupg24
- ldconfig -n /usr/local/gnupg24/lib
+ make -f build-aux/speedo.mk install SYSROOT=/usr/local/gnupg26
+ ldconfig -n /usr/local/gnupg26/lib
- and adding /usr/local/gnupg24/bin to PATH.
+ and adding /usr/local/gnupg26/bin to PATH.
** Specific build problems on some machines: