From c1f8293b1c8f7bac64e4140308ea2972f213aebc Mon Sep 17 00:00:00 2001 From: Yong Zhang Date: Thu, 8 Aug 2019 08:20:22 +0800 Subject: [PATCH] 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 2791f01406842..0b3585c67025c 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