You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/06/07 16:03:21 UTC

[GitHub] [pulsar] merlimat commented on a change in pull request #4492: Update readme for setting up protobuf 2.6.0 on mac.

merlimat commented on a change in pull request #4492: Update readme for setting up protobuf 2.6.0 on mac.
URL: https://github.com/apache/pulsar/pull/4492#discussion_r291657179
 
 

 ##########
 File path: pulsar-client-cpp/README.md
 ##########
 @@ -130,9 +130,15 @@ brew install openssl
 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
+# For Protobuf 2.6.0
 
 Review comment:
   We actually don't need a specific version of protobuf anymore. We can just leave this at `brew install protobuf`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services