diff options
author | Werner Koch <[email protected]> | 2024-07-05 10:09:23 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-07-05 10:09:23 +0000 |
commit | 7c4c35f5420e966891937d3fc6c49f4a5ee6d012 (patch) | |
tree | a7b5d0bd4b40c52cec0b9671e4f9102c3598c98e /README | |
parent | gpg: Print a warning if the (draft) Kyber algorithm is used. (diff) | |
download | gnupg-7c4c35f5420e966891937d3fc6c49f4a5ee6d012.tar.gz gnupg-7c4c35f5420e966891937d3fc6c49f4a5ee6d012.zip |
build: Prepare docs for GnuPG 2.6
--
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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: |