File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
### Windows platform will be supported later
3
3
### Linux platform
4
4
#### 1. Dependency Installation
5
- * Install libevent 2.0.22 dependency
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
- - Build and install libevent
5
+ * Install libevent 2.0.22 dependency
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
+ - Build and install libevent
8
8
- ./configure
9
9
- make
10
10
- make install
11
- * Install JsonCPP 0.7.0 dependency
12
- - Download [ jsoncpp 0.7.0] ( https://github.com/open-source-parsers/jsoncpp/archive/0.10.6.zip )
13
- - Build and install jsoncpp
11
+ * Install JsonCPP 0.7.0 dependency
12
+ - Download [ jsoncpp 0.7.0] ( https://github.com/open-source-parsers/jsoncpp/archive/0.10.6.zip )
13
+ - Build and install jsoncpp
14
14
- cmake .
15
15
- make
16
16
- make install
You can’t perform that action at this time.
0 commit comments