You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by go...@apache.org on 2021/07/06 08:10:08 UTC

[incubator-inlong] branch master updated: [INLONG-651] Refine the tubemq-client-cpp build description (#504)

This is an automated email from the ASF dual-hosted git repository.

gosonzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new cedbce5  [INLONG-651] Refine the tubemq-client-cpp build description (#504)
cedbce5 is described below

commit cedbce5a44a3ca3068a5894ec8b7c31a418cefd1
Author: gosonzhang <go...@apache.org>
AuthorDate: Tue Jul 6 16:10:02 2021 +0800

    [INLONG-651] Refine the tubemq-client-cpp build description (#504)
---
 inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/README.md          | 3 +--
 inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/build_linux.sh     | 0
 .../tubemq-client-twins/tubemq-client-cpp/release/release_linux.sh     | 0
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/README.md b/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/README.md
index 6ff4751..b2bb745 100644
--- a/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/README.md
+++ b/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/README.md
@@ -31,10 +31,9 @@
  * [Rapidjson](https://github.com/Tencent/rapidjson.git)
 
 ## Step to build
-  * install protobuf
+  * install protobuf (./configure --disable-shared CFLAGS="-fPIC" CXXFLAGS="-fPIC" && make && make install)
   * ./build_linux.sh
   * cd release/
-  * chmod +x release_linux.sh
   * ./release_linux.sh
 
 ## (Optional) build using docker
diff --git a/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/build_linux.sh b/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/build_linux.sh
old mode 100644
new mode 100755
diff --git a/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/release/release_linux.sh b/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/release/release_linux.sh
old mode 100644
new mode 100755