summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2023-03-21 09:15:20 +0100
committerWerner Koch <wk@gnupg.org>2023-03-21 09:15:20 +0100
commit658daae34aa3b2b40e6473d44d41abcf175f1ab2 (patch)
tree553e42a5c5e699aff99e85f5d197aae23f83f9ee /README
parentdirmngr: New command AD_QUERY. (diff)
downloadgnupg2-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--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 42eed238f..b9bf7805e 100644
--- a/README
+++ b/README
@@ -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