aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorbuddilla <buddilla@users.noreply.github.com>2018-04-01 10:31:04 -0700
committerWladimir J. van der Laan <laanwj@gmail.com>2018-04-07 16:59:49 +0200
commit0314ad4e6dc40fd32c4144488a9aa49a3fbf5f50 (patch)
tree96cfbc7fe4181f99f163c02ac2cc4c92032dee05 /doc/build-osx.md
parent243c9bb79a3ce81532d6ec884012728669aa40b3 (diff)
downloadbitcoin-0314ad4e6dc40fd32c4144488a9aa49a3fbf5f50.tar.xz
doc: add qrencode to brew install instructions
Build was missing qr code(qrencode libs) support
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r--doc/build-osx.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index f19e4f0b8d..e52a770ced 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -16,7 +16,7 @@ Then install [Homebrew](https://brew.sh).
Dependencies
----------------------
- brew install automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf python qt libevent
+ brew install automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf python qt libevent qrencode
See [dependencies.md](dependencies.md) for a complete overview.