You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2019/08/08 00:20:28 UTC

[pulsar] branch master updated: Update pulsar-client-cpp README.mc (#4881)

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

sijie 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 c1f8293  Update pulsar-client-cpp README.mc (#4881)
c1f8293 is described below

commit c1f8293b1c8f7bac64e4140308ea2972f213aebc
Author: Yong Zhang <zh...@gmail.com>
AuthorDate: Thu Aug 8 08:20:22 2019 +0800

    Update pulsar-client-cpp README.mc (#4881)
    
    ---
    
    *Motivation*
    
    There is a error when execute cmake on pulsar-client-cpp
    
    CMake Error at CMakeLists.txt:151 (MESSAGE):
      Could not find Boost Python library
---
 pulsar-client-cpp/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pulsar-client-cpp/README.md b/pulsar-client-cpp/README.md
index 2791f01..0b3585c 100644
--- a/pulsar-client-cpp/README.md
+++ b/pulsar-client-cpp/README.md
@@ -132,6 +132,7 @@ export OPENSSL_ROOT_DIR=/usr/local/opt/openssl/
 
 # For Protobuf
 brew install protobuf boost boost-python log4cxx jsoncpp
+// If you are using python3, you need to install boost-python3
 
 # For gtest
 cd $HOME