merlimat commented on a change in pull request #8919: URL: https://github.com/apache/pulsar/pull/8919#discussion_r541429283
########## File path: site2/docs/client-libraries-cpp.md ########## @@ -14,40 +14,100 @@ Pulsar C++ client is supported on **Linux** and **MacOS** platforms. [Doxygen](http://www.doxygen.nl/)-generated API docs for the C++ client are available [here](/api/cpp). +## System requirements + +You need to have the following installed to use the C++ client: + +* [CMake](https://cmake.org/) +* [Boost](http://www.boost.org/) +* [Protocol Buffers](https://developers.google.com/protocol-buffers/) 2.6 +* [Log4CXX](https://logging.apache.org/log4cxx) +* [libcurl](https://curl.haxx.se/libcurl/) +* [Google Test](https://github.com/google/googletest) +* [JsonCpp](https://github.com/open-source-parsers/jsoncpp) Review comment: JsonCpp too is no longer required ########## File path: site2/docs/client-libraries-cpp.md ########## @@ -14,40 +14,100 @@ Pulsar C++ client is supported on **Linux** and **MacOS** platforms. [Doxygen](http://www.doxygen.nl/)-generated API docs for the C++ client are available [here](/api/cpp). +## System requirements + +You need to have the following installed to use the C++ client: + +* [CMake](https://cmake.org/) +* [Boost](http://www.boost.org/) +* [Protocol Buffers](https://developers.google.com/protocol-buffers/) 2.6 +* [Log4CXX](https://logging.apache.org/log4cxx) Review comment: Log4CXX is no longer required ---------------------------------------------------------------- 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: [email protected]
