Skip to content

Commit 9db9661

Browse files
vongoslingleonchen83
authored andcommitted
Polish
1 parent d99d6f7 commit 9db9661

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rocketmq-cpp/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,21 @@
44
#### 1. Dependency Installation
55
* Install libevent 2.0.22 dependency
66
- Download [libevent 2.0.22](https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz)
7+
78
- Build and install libevent
89
- ./configure
910
- make
1011
- make install
1112
* Install JsonCPP 0.7.0 dependency
1213
- Download [jsoncpp 0.7.0](https://github.com/open-source-parsers/jsoncpp/archive/0.10.6.zip)
14+
1315
- Build and install jsoncpp
1416
- cmake .
1517
- make
1618
- make install
1719
* Install boost 1.56.0 dependency
1820
- Download [boost 1.56.0](http://www.boost.org/users/history/version_1_56_0.html)
21+
1922
- Build and install boost
2023
- cd path/to/boost_1_56_0
2124
- config boost:./bootstrap.sh
@@ -33,7 +36,7 @@
3336
- make
3437
- make install
3538

36-
### Check verion
39+
#### 3. Check verion
3740
- strings librocketmq.so |grep VERSION
3841

3942
- log path:$HOME/logs/metaq-client4cpp

0 commit comments

Comments
 (0)