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-python.git
The following commit(s) were added to refs/heads/master by this push:
new c1b9e31 Update Cpp library version to 1.2.2
c1b9e31 is described below
commit c1b9e3197e8a10c4290084f07205a75514700c43
Author: dinglei <dinglei@apache.org>
AuthorDate: Wed Jun 26 16:38:24 2019 +0800
Update Cpp library version to 1.2.2
---
doc/Introduction.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/doc/Introduction.md b/doc/Introduction.md
index bd102af..ed35061 100644
--- a/doc/Introduction.md
+++ b/doc/Introduction.md
@@ -42,10 +42,11 @@
```
mkdir rocketmqlib
cd rocketmqlib
- wget https://opensource-rocketmq-client.oss-cn-hangzhou.aliyuncs.com/cpp-client/linux/1.2.0/RHEL7.x/librocketmq.tar.gz
- tar -xzf librocketmq.tar.gz
+ wget https://opensource-rocketmq-client.oss-cn-hangzhou.aliyuncs.com/cpp-client/linux/1.2.2/RHEL7.X/rocketmq-client-cpp.tar.gz
+ tar -xzf rocketmq-client-cpp.tar.gz
+ cd rocketmq-client-cpp
sudo cp librocketmq.so librocketmq.a /usr/local/lib/
- sudo cp -r rocketmq /usr/local/include/
+ sudo cp -r include/* /usr/local/include/rocketmq
```
|