From acbf0c8449d62cd52f30191dd546a2beaeb134e4 Mon Sep 17 00:00:00 2001 From: Marvin Cai Date: Tue, 11 Jun 2019 10:25:49 -0700 Subject: [PATCH] Update readme for setting up protobuf 2.6.0 on mac. (#4492) * 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. --- pulsar-client-cpp/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pulsar-client-cpp/README.md b/pulsar-client-cpp/README.md index a7cd37c2ad208..2791f01406842 100644 --- a/pulsar-client-cpp/README.md +++ b/pulsar-client-cpp/README.md @@ -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