ShannonDing closed pull request #64: Enable license and travis label URL: https://github.com/apache/rocketmq-client-cpp/pull/64
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/README.md b/README.md index 2c0c9f95..c042054e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # RocketMQ-Client-CPP +[](https://www.apache.org/licenses/LICENSE-2.0.html) +[](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 - - + + ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
