This is an automated email from the ASF dual-hosted git repository.
dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git
The following commit(s) were added to refs/heads/master by this push:
new 0846f30 Update README.md
0846f30 is described below
commit 0846f30c5e6bd1b344f02617b134d94d0bc01032
Author: dinglei <[email protected]>
AuthorDate: Mon Nov 4 15:16:53 2019 +0800
Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 2d07956..42a315e 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ RocketMQ-Client-CPP is the C/C++ client of Apache RocketMQ, a
distributed messag
- libraries:
- bzip2-devel 1.0.6: boost depend it
+ - zlib-devel
The **build.sh** script will automatically download and build the dependency
libraries including libevent, json and boost. It will save libraries under
rocketmq-client-cpp folder, and then build both static and shared libraries for
rocketmq-client. If the dependent libraries are built failed, you could try to
build it manually with sources [libevent
2.0.22](https://github.com/libevent/libevent/archive/release-2.0.22-stable.zip
"lib event 2.0.22"), [jsoncpp 0.10.6](https://github.com/open [...]