aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-09-19 15:18:06 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-09-19 15:18:21 +0200
commit254ea97e940f06139efb3720e78ebe3c736b24ca (patch)
tree183e740f5943d37252ead4cc9f9091ecc19f6469
parenta5b20edd3dc678949db4605025a3e0dd747124c2 (diff)
parentb16a7f609fdb2efa9a8a1b82f09748b95b5ae4f6 (diff)
downloadbitcoin-254ea97e940f06139efb3720e78ebe3c736b24ca.tar.xz
Merge #8754: [Doc] Target protobuf 2.6 in OS X build notes.
b16a7f6 [Doc] Target protobuf 2.6 in OS X build notes. (Michael Ford)
-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 c9eb4225ab..bc90a30562 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -16,7 +16,7 @@ Then install [Homebrew](http://brew.sh).
Dependencies
----------------------
- brew install automake berkeley-db4 libtool boost --c++11 miniupnpc openssl pkg-config protobuf --c++11 qt5 libevent
+ brew install automake berkeley-db4 libtool boost --c++11 miniupnpc openssl pkg-config homebrew/versions/protobuf260 --c++11 qt5 libevent
NOTE: Building with Qt4 is still supported, however, could result in a broken UI. Building with Qt5 is recommended.