Skip to content

Commit

Permalink
doc: add qrencode to brew install instructions
Browse files Browse the repository at this point in the history
Summary:
```
Build was missing qr code(qrencode libs) support
```

Backport of core PR12850
https://github.com/bitcoin/bitcoin/pull/12850/files

Depends on D3909.

Test Plan: Read it, test it.

Reviewers: #bitcoin_abc, deadalnix, jasonbcox

Reviewed By: #bitcoin_abc, jasonbcox

Differential Revision: https://reviews.bitcoinabc.org/D3911
  • Loading branch information
buddilla authored and Fabcien committed Aug 21, 2019
1 parent a20d4b1 commit 4379893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build-osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Dependencies

Install dependencies:

brew install automake berkeley-db libtool boost miniupnpc openssl pkg-config protobuf python qt libevent
brew install automake berkeley-db libtool boost miniupnpc openssl pkg-config protobuf python qt libevent qrencode

See [dependencies.md](dependencies.md) for a complete overview.

Expand Down

0 comments on commit 4379893

Please sign in to comment.