Repository: incubator-rocketmq-externals
Updated Branches:
  refs/heads/master bdb63e875 -> e02ccb766


polish


Project: 
http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/commit/e02ccb76
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/tree/e02ccb76
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/diff/e02ccb76

Branch: refs/heads/master
Commit: e02ccb76622bf746757542103e7a2decac1e5ee2
Parents: bdb63e8
Author: vongosling <vongosl...@apache.org>
Authored: Mon Sep 4 14:58:42 2017 +0800
Committer: vongosling <vongosl...@apache.org>
Committed: Mon Sep 4 14:58:42 2017 +0800

----------------------------------------------------------------------
 rocketmq-cpp/README.md | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/blob/e02ccb76/rocketmq-cpp/README.md
----------------------------------------------------------------------
diff --git a/rocketmq-cpp/README.md b/rocketmq-cpp/README.md
index 0f52c5e..27696bf 100644
--- a/rocketmq-cpp/README.md
+++ b/rocketmq-cpp/README.md
@@ -4,21 +4,18 @@
 #### 1. Dependency Installation
 * Install libevent 2.0.22 dependency
          - Download [libevent 
2.0.22](https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz)
-         
          - Build and install libevent
           - ./configure
           - make
           - make install 
 * Install JsonCPP 0.7.0 dependency
          - Download [jsoncpp 
0.7.0](https://github.com/open-source-parsers/jsoncpp/archive/0.10.6.zip)
-         
          - Build and install jsoncpp
             - cmake .
             - make
             - make install
 * Install boost 1.56.0 dependency
         -  Download [boost 
1.56.0](http://www.boost.org/users/history/version_1_56_0.html)
-        
         - Build and install boost
           - cd path/to/boost_1_56_0
           - config boost:./bootstrap.sh

Reply via email to