diff options
author | Werner Koch <[email protected]> | 2024-01-12 09:42:05 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-01-12 09:52:00 +0000 |
commit | 5a6df94a9a4b2a2c16c5184c37e215302574b90b (patch) | |
tree | 9620b460eed55eef6b809526ca1f4896ff22eea0 /README | |
parent | gpg: Improve error message for expired default keys. (diff) | |
download | gnupg-5a6df94a9a4b2a2c16c5184c37e215302574b90b.tar.gz gnupg-5a6df94a9a4b2a2c16c5184c37e215302574b90b.zip |
speedo: Patch ELF binaries to use built libraries
* build-aux/speedo.mk: Remove GUI stuff. Add patchelf feature.
* Makefile.am (speedo): New target.
--
GnuPG-bug-id: 6710
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -4,7 +4,7 @@ Copyright 1997-2019 Werner Koch Copyright 1998-2021 Free Software Foundation, Inc. - Copyright 2003-2023 g10 Code GmbH + Copyright 2003-2024 g10 Code GmbH * INTRODUCTION @@ -40,7 +40,7 @@ Several other standard libraries are also required. The configure script prints diagnostic messages if one of these libraries is not - available and a feature will not be available.. + available and a feature will not be available. You also need the Pinentry package for most functions of GnuPG; however it is not a build requirement. Pinentry is available at @@ -80,15 +80,16 @@ to view the directories used by GnuPG. +** Quick build method on Unix + To quickly build all required software without installing it, the - Speedo method may be used: + Speedo target may be used: - cd build - make -f ../build-aux/speedo.mk native + make speedo - 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 to test the binaries. + 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. ** Specific build problems on some machines: |