summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-04 10:49:59 +0000
committerng0 <ng0@n0.is>2019-10-04 10:49:59 +0000
commit4d853d51ca4419af9d217aeb6ae76cbafe7771c4 (patch)
tree932b3730dcbf74096170ed2c85319affe8f406e1 /README
parent96b791ca1da795e886bb9525e9459b0be2e069d9 (diff)
downloadwallet-core-4d853d51ca4419af9d217aeb6ae76cbafe7771c4.tar.gz
wallet-core-4d853d51ca4419af9d217aeb6ae76cbafe7771c4.tar.bz2
wallet-core-4d853d51ca4419af9d217aeb6ae76cbafe7771c4.zip
README: document that PREFIX environment variable is read.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 7 insertions, 3 deletions
diff --git a/README b/README
index add1d5dc3..00321381e 100644
--- a/README
+++ b/README
@@ -25,12 +25,16 @@ https://git.taler.net/libtalerutil-emscripten.git/
pre-configure step
==================
-make submodules/init
-make submodules/update
+`make submodules/init && make submodules/update`
or, at your choice:
-make self-strap
+`make self-strap`
+
+In the following steps you can ommit
+`--prefix=$PREFIX` if you have set
+the environment variable PREFIX to an
+existing path on your system.
Building from source (Web Extension)
======================================