From be7912a1168a9e9bb68587f79bc28d31b86b7a2f Mon Sep 17 00:00:00 2001 From: doodoocoder <316422663@qq.com> Date: Fri, 19 Jul 2019 17:51:12 +0800 Subject: [PATCH] use different command for x86 or x64 respectively use different command for x86 or x64 respectively --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c042054e6..2d079565e 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,12 @@ If your host is not available to internet to download the four library source fi [jsoncpp-0.10.6](https://codeload.github.com/jsj020122/jsoncpp-0.10.6/zip/master "jsoncpp-0.10.6") Extract to $(rocketmq-client-cpp root dir)/thirdparty/jsoncpp-0.10.6 -And then run following command to build rocketmq-client: +And then run following command to build x86 rocketmq-client: win32_build.bat build +to build x64 rocketmq-client: + + win32_build.bat build64 +