summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2024-01-12 13:25:06 +0100
committerWerner Koch <wk@gnupg.org>2024-01-12 13:50:50 +0100
commit3f12e3dacbe65b4847eb2ba3b19ae6ee82c6217d (patch)
tree058cfdfaebd1223de365a296d0e8f6295ed2eeab /README
parentspeedo: Patch ELF binaries to use built libraries (diff)
downloadgnupg2-3f12e3dacbe65b4847eb2ba3b19ae6ee82c6217d.tar.xz
gnupg2-3f12e3dacbe65b4847eb2ba3b19ae6ee82c6217d.zip
speedo: Add install target for Unix.
* build-aux/speedo.mk: Default to SELFCHECK=0. (install, install-speedo): New targets. -- GnuPG-bug-id: 6710
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 9 insertions, 2 deletions
diff --git a/README b/README
index 02e0fedd4..13205c275 100644
--- a/README
+++ b/README
@@ -85,11 +85,18 @@
To quickly build all required software without installing it, the
Speedo target may be used:
- make speedo
+ make -f build-aux/speedo.mk native
This target downloads all required libraries and does a native build
of GnuPG to PLAY/inst/. GNU make and the patchelf tool are
- required. Follow the instructions give at the end of the make run.
+ required. After the build the entire software including all
+ libraries can be installed into an arbitrary location using for
+ example:
+
+ make -f build-aux/speedo.mk install SYSROOT=/usr/local/gnupg-foo
+
+ and adding the directory to PATH.
+
** Specific build problems on some machines: