diff options
author | MarcoFalke <falke.marco@gmail.com> | 2017-01-04 13:45:28 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-01-04 13:45:38 +0100 |
commit | 5bc3b6cede8dabdf3f4f27ddb03723cbb7cde51a (patch) | |
tree | c13d3519822c2a69ab366ed3d47f6ee8ec48cddd | |
parent | c2ea1e6561caba3abffce361abc800822b9e0efe (diff) | |
parent | 35ee63c565f4e459648bb32ee7308630c09741fe (diff) |
Merge #9467: [Trivial] [Doc] Install Protobuf v3 on OS X
35ee63c [Doc] Install Protobuf v3 on OS X (fanquake)
-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 5cdb3dab6f..a15bcd012c 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 homebrew/versions/protobuf260 --c++11 qt5 libevent + brew install automake berkeley-db4 libtool boost --c++11 miniupnpc openssl pkg-config protobuf --c++11 qt5 libevent In case you want to build the disk image with `make deploy` (.dmg / optional), you need RSVG |