diff options
author | Werner Koch <wk@gnupg.org> | 2014-09-18 16:00:34 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-09-18 17:57:09 +0200 |
commit | 93f158df381af86036332c4314c2d4a64eab3e62 (patch) | |
tree | 4c2f54494b20494138a17b0df4682d5e2b1bd5c6 /README | |
parent | speedo: Distribute needed files. (diff) | |
download | gnupg2-93f158df381af86036332c4314c2d4a64eab3e62.tar.xz gnupg2-93f158df381af86036332c4314c2d4a64eab3e62.zip |
Release 2.1.0-beta834.gnupg-2.1.0-beta834
Diffstat (limited to '')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -85,6 +85,15 @@ You may run to view the default directories used by GnuPG. +To quickly build all required software without installing it, the +Speedo method may be used: + + make -f build-aux/speedo.mk native + +This method downloads all required libraries and does a native build +of GnuPG to PLAY/inst/. GNU make is required and you need to set +LD_LIBRARY_PATH to $(pwd)/PLAY/inst/lib. + MIGRATION FROM 1.4 or 2.0 to 2.1 ================================ |