diff options
author | fanquake <fanquake@gmail.com> | 2017-01-04 17:08:04 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2017-01-04 17:08:04 +0800 |
commit | 35ee63c565f4e459648bb32ee7308630c09741fe (patch) | |
tree | 96401e610cd44a36dfef5cd52f063f1d4bdcaa17 /doc | |
parent | 649cf5fe894b3f2db93d99392239c1405921c02e (diff) |
[Doc] Install Protobuf v3 on OS X
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 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 |