diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-04-07 17:01:48 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-04-07 17:04:45 +0200 |
commit | 319991db5b11fc596583e5a91ddb0b1c5ec45d92 (patch) | |
tree | fe9a9ffb46dccff0a4a5fed87b6e0e05fe9783b9 | |
parent | b15485eccacea8ad31908a3f8f34ba249e6632b3 (diff) | |
parent | 0314ad4e6dc40fd32c4144488a9aa49a3fbf5f50 (diff) |
Merge #12850: doc: add qrencode to brew install instructions
0314ad4 doc: add qrencode to brew install instructions (buddilla)
Pull request description:
Build was missing qr code(qrencode libs) support and brew team no longer supports anything less than macOS 10.11
Tree-SHA512: 1bc22f02e64f0db0730180ca97fba17c7ad05c9d81c60d1b0d029196d5141e691e524d2df2be1fb89852076f3a252da69bb117042cbd08985b89954432692529
-rw-r--r-- | doc/build-osx.md | 2 |
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. |