diff options
author | Werner Koch <[email protected]> | 2024-07-05 12:23:30 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-07-05 12:23:30 +0000 |
commit | ff6cffab926aa8be1b6a7b5fb6caf5019307110a (patch) | |
tree | 31d3918869e8eb77d3be560a3f4a31ddd6e49b2e /README | |
parent | build: Prepare docs for GnuPG 2.6 (diff) | |
download | gnupg-ff6cffab926aa8be1b6a7b5fb6caf5019307110a.tar.gz gnupg-ff6cffab926aa8be1b6a7b5fb6caf5019307110a.zip |
speedo: Let install also copy the SO's symlinks.
* build-aux/speedo.mk (install-speedo): Also instal the sumlinks for
the SOs.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -97,9 +97,13 @@ example: make -f build-aux/speedo.mk install SYSROOT=/usr/local/gnupg26 - ldconfig -n /usr/local/gnupg26/lib - and adding /usr/local/gnupg26/bin to PATH. + and run the binaries like + + /usr/local/gnupg26/bin/gpg + + which will also start any daemon from the same directory. Make sure + to stop already running daemons or use a different GNUPGHOME. ** Specific build problems on some machines: |