diff options
| author | MarcoFalke <[email protected]> | 2017-01-04 13:45:28 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-01-04 13:45:38 +0100 |
| commit | 5bc3b6cede8dabdf3f4f27ddb03723cbb7cde51a (patch) | |
| tree | c13d3519822c2a69ab366ed3d47f6ee8ec48cddd /doc | |
| parent | Merge #9401: Make rpcauth help message clearer, add example in example .conf (diff) | |
| parent | [Doc] Install Protobuf v3 on OS X (diff) | |
| download | discoin-5bc3b6cede8dabdf3f4f27ddb03723cbb7cde51a.tar.xz discoin-5bc3b6cede8dabdf3f4f27ddb03723cbb7cde51a.zip | |
Merge #9467: [Trivial] [Doc] Install Protobuf v3 on OS X
35ee63c [Doc] Install Protobuf v3 on OS X (fanquake)
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 5cdb3dab6..a15bcd012 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 |