aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-09-19 15:18:06 +0200
committerWladimir J. van der Laan <[email protected]>2016-09-19 15:18:21 +0200
commit254ea97e940f06139efb3720e78ebe3c736b24ca (patch)
tree183e740f5943d37252ead4cc9f9091ecc19f6469
parentMerge #8494: [init, wallet] ParameterInteraction() iff wallet enabled (diff)
parent[Doc] Target protobuf 2.6 in OS X build notes. (diff)
downloaddiscoin-254ea97e940f06139efb3720e78ebe3c736b24ca.tar.xz
discoin-254ea97e940f06139efb3720e78ebe3c736b24ca.zip
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 c9eb4225a..bc90a3056 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.