You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2019/06/11 17:25:56 UTC

[pulsar] branch master updated: Update readme for setting up protobuf 2.6.0 on mac. (#4492)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new acbf0c8  Update readme for setting up protobuf 2.6.0 on mac. (#4492)
acbf0c8 is described below

commit acbf0c8449d62cd52f30191dd546a2beaeb134e4
Author: Marvin Cai <ca...@gmail.com>
AuthorDate: Tue Jun 11 10:25:49 2019 -0700

    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 a7cd37c..2791f01 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