Skip to content

Commit

Permalink
Update readme for setting up protobuf 2.6.0 on mac. (apache#4492)
Browse files Browse the repository at this point in the history
* Update readme for setting up protobuf 2.6.0 on mac.
Update port for standalone.conf used for spin up server for testing.

* No longer require protobuf 2.6 specificly, so update the instruction to accommodate that.
Also leave tests/standalone.conf as original state.
  • Loading branch information
MarvinCai authored and merlimat committed Jun 11, 2019
1 parent d3b177f commit acbf0c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pulsar-client-cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ export OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include/
export OPENSSL_ROOT_DIR=/usr/local/opt/openssl/

# For Protobuf
brew tap homebrew/versions
brew install protobuf260 boost boost-python log4cxx jsoncpp
brew install protobuf boost boost-python log4cxx jsoncpp

# For gtest
cd $HOME
Expand Down

0 comments on commit acbf0c8

Please sign in to comment.