diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-09-19 15:18:06 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-09-19 15:18:21 +0200 |
commit | 254ea97e940f06139efb3720e78ebe3c736b24ca (patch) | |
tree | 183e740f5943d37252ead4cc9f9091ecc19f6469 /doc | |
parent | a5b20edd3dc678949db4605025a3e0dd747124c2 (diff) | |
parent | b16a7f609fdb2efa9a8a1b82f09748b95b5ae4f6 (diff) |
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)
Diffstat (limited to 'doc')
-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 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. |