diff options
author | fanquake <fanquake@gmail.com> | 2019-12-03 15:15:52 -0500 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-12-03 15:16:04 -0500 |
commit | c8becb82805ed1483e009eba682f19fe9e8b8c9c (patch) | |
tree | 0abd3e9df86904d0b7ed645d24a2571ff6c57e89 /depends/README.md | |
parent | e354db787790b84b0b3f34cc55b65446c71e4fa2 (diff) |
depends: add ability to skip building qrencode
Diffstat (limited to 'depends/README.md')
-rw-r--r-- | depends/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/depends/README.md b/depends/README.md index b56302b6c7..e382e8a200 100644 --- a/depends/README.md +++ b/depends/README.md @@ -76,6 +76,7 @@ The following can be set when running make: make FOO=bar SDK_PATH: Path where sdk's can be found (used by macOS) FALLBACK_DOWNLOAD_PATH: If a source file can't be fetched, try here before giving up NO_QT: Don't download/build/cache qt and its dependencies + NO_QR: Don't download/build/cache packages needed for enabling qrencode NO_ZMQ: Don't download/build/cache packages needed for enabling zeromq NO_WALLET: Don't download/build/cache libs needed to enable the wallet NO_UPNP: Don't download/build/cache packages needed for enabling upnp |