diff options
author | Werner Koch <wk@gnupg.org> | 2023-03-21 09:15:20 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2023-03-21 09:15:20 +0100 |
commit | 658daae34aa3b2b40e6473d44d41abcf175f1ab2 (patch) | |
tree | 553e42a5c5e699aff99e85f5d197aae23f83f9ee /README | |
parent | dirmngr: New command AD_QUERY. (diff) | |
download | gnupg2-658daae34aa3b2b40e6473d44d41abcf175f1ab2.tar.xz gnupg2-658daae34aa3b2b40e6473d44d41abcf175f1ab2.zip |
doc: Suggest the use of out-of-source builds.
--
GnuPG-bug-id: 6313
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -53,7 +53,9 @@ As with all packages, you just have to do - ./configure + mkdir build + cd build + ../configure make make check make install @@ -81,7 +83,8 @@ To quickly build all required software without installing it, the Speedo method may be used: - make -f build-aux/speedo.mk native + cd build + 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 |