You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/01/10 13:51:29 UTC

[rocketmq-client-cpp] branch master updated: Enable license and travis label (#64)

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-cpp.git


The following commit(s) were added to refs/heads/master by this push:
     new 620b631  Enable license and travis label (#64)
620b631 is described below

commit 620b6317d20f7c2fa965f4ae383d0a8f7b317be5
Author: dinglei <li...@163.com>
AuthorDate: Thu Jan 10 21:51:24 2019 +0800

    Enable license and travis label (#64)
---
 README.md | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 2c0c9f9..c042054 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
 # RocketMQ-Client-CPP
+[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
+[![TravisCI](https://travis-ci.org/apache/rocketmq-client-cpp.svg)](https://travis-ci.org/apache/rocketmq-client-cpp)
 
 RocketMQ-Client-CPP is the C/C++ client of Apache RocketMQ, a distributed messaging and streaming platform with low latency, high performance and reliability, trillion-level capacity and flexible scalability.
 
@@ -7,7 +9,7 @@ RocketMQ-Client-CPP is the C/C++ client of Apache RocketMQ, a distributed messag
 - produce messages, including normal and delayed messages, synchronously or asynchronously. 
 - consume messages, in cluster or broadcast model, concurrently or orderly
 - c and c++ style API.
-- cross-platform, all features are supported on Windows, Linux and Mac OS.
+- cross-platform, all features are supported on Windows, Linux and Mac OS.
 - automatically rebalanced, both in producing and consuming process.
 - reliability, any downtime broker or name server has no impact on the client.
 
@@ -38,8 +40,8 @@ Finally, both librocketmq.a and librocketmq.so are saved in rocketmq-client-cpp/
     g++ -o consumer_example consumer_example.cpp -lrocketmq -lpthread -lz -ldl -lrt
 
 ### Windows
-**note**: make sure the following compile tools or libraries have been installed before running the build script **win32_build.bat**:
-
+**note**: make sure the following compile tools or libraries have been installed before running the build script **win32_build.bat**:
+
 - compile tools:
 	- vs2015: libevent,jsoncpp,zlib,boost rocket-client require it
 	- git: download source code 
@@ -62,5 +64,5 @@ If your host is not available to internet to download the four library source fi
 And then run following command to build rocketmq-client:
 
     win32_build.bat build
-
-
+
+