dockerzhang commented on code in PR #660:
URL: https://github.com/apache/inlong-website/pull/660#discussion_r1056083840


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/sdk/tubemq-sdk/cpp.md:
##########
@@ -0,0 +1,144 @@
+---
+title: C++ SDK
+sidebar_position: 1
+---
+
+## 构建 TubeMQ C++ SDK
+C++ SDK 主要基于非 Boost 版本的 Asio 进行通信,构建时使用 CMake,具体操作步骤如下:
+```bash
+# 进入到 cpp sdk 的根路径
+cd `pwd`/inlong/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp

Review Comment:
   ```suggestion
   git clone https://github.com/apache/inlong.git
   cd inlong/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp
   ```



##########
docs/sdk/tubemq-sdk/cpp.md:
##########
@@ -0,0 +1,143 @@
+---
+title: C++ SDK
+sidebar_position: 1
+---
+
+## Build TubeMQ C++ SDK
+C++ SDK is based on the non-boost asio, and the CMake is used for building, 
the commands are:
+```bash
+# enter the root directory of c++ sdk source
+cd `pwd`/inlong/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp

Review Comment:
   ```suggestion
   git clone https://github.com/apache/inlong.git
   cd inlong/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@inlong.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to