This is an automated email from the ASF dual-hosted git repository. penghui pushed a commit to branch branch-2.8 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 26713af491f8d73642be3744228015e48a96c586 Author: Jiabei Zhao <[email protected]> AuthorDate: Mon Aug 2 23:39:36 2021 +0800 [ISSUE 11511] Fix brew error in site docs to compile C++ client. (#11512) (cherry picked from commit c15719aa708302b574a703a1fe973ef7364907b0) --- site2/docs/client-libraries-cpp.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/site2/docs/client-libraries-cpp.md b/site2/docs/client-libraries-cpp.md index c495f19..d6192fe 100644 --- a/site2/docs/client-libraries-cpp.md +++ b/site2/docs/client-libraries-cpp.md @@ -205,10 +205,8 @@ $ export OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include/ $ export OPENSSL_ROOT_DIR=/usr/local/opt/openssl/ # Protocol Buffers installation -$ brew tap homebrew/versions -$ brew install protobuf260 -$ brew install boost -$ brew install log4cxx +$ brew install protobuf boost boost-python log4cxx +# If you are using python3, you need to install boost-python3 # Google Test installation $ git clone https://github.com/google/googletest.git
