diff options
| author | fanquake <[email protected]> | 2017-01-04 17:08:04 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2017-01-04 17:08:04 +0800 |
| commit | 35ee63c565f4e459648bb32ee7308630c09741fe (patch) | |
| tree | 96401e610cd44a36dfef5cd52f063f1d4bdcaa17 | |
| parent | Merge #9462: [qt] Do not translate tilde character (diff) | |
| download | discoin-35ee63c565f4e459648bb32ee7308630c09741fe.tar.xz discoin-35ee63c565f4e459648bb32ee7308630c09741fe.zip | |
[Doc] Install Protobuf v3 on OS X
| -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 |