File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 4
4
#### 1. Dependency Installation
5
5
* Install libevent 2.0.22 dependency
6
6
- 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
+
7
8
- Build and install libevent
8
9
- ./configure
9
10
- make
10
11
- make install
11
12
* Install JsonCPP 0.7.0 dependency
12
13
- Download [ jsoncpp 0.7.0] ( https://github.com/open-source-parsers/jsoncpp/archive/0.10.6.zip )
14
+
13
15
- Build and install jsoncpp
14
16
- cmake .
15
17
- make
16
18
- make install
17
19
* Install boost 1.56.0 dependency
18
20
- Download [boost 1.56.0](http://www.boost.org/users/history/version_1_56_0.html)
21
+
19
22
- Build and install boost
20
23
- cd path/to/boost_1_56_0
21
24
- config boost:./bootstrap.sh
33
36
- make
34
37
- make install
35
38
36
- ### Check verion
39
+ #### 3. Check verion
37
40
- strings librocketmq.so |grep VERSION
38
41
39
42
- log path:$HOME/logs/metaq-client4cpp
You can’t perform that action at this time.
0 commit comments