@@ -53,7 +53,7 @@ vcpkg install boost openssl-windows cpprestsdk
53
53
54
54
``` bash
55
55
git clone https://github.com/aliyun/alibabacloud-cpp-sdk.git
56
- sh dms-enterprise-20181101/scripts/install.sh
56
+ sh https://github.com/alibabacloud-sdk-cpp/ dms-enterprise-20181101.git /scripts/install.sh
57
57
```
58
58
59
59
### Windows
@@ -62,13 +62,13 @@ sh dms-enterprise-20181101/scripts/install.sh
62
62
63
63
``` bash
64
64
git clone https://github.com/aliyun/alibabacloud-cpp-sdk.git
65
- cd alibabacloud-cpp-sdk/dms-enterprise-20181101
65
+ cd alibabacloud-cpp-sdk/https://github.com/alibabacloud-sdk-cpp/ dms-enterprise-20181101.git
66
66
```
67
67
2 . 使用 Visual Studio 进行编译:
68
68
* 安装 [ CMake] ( https://cmake.org/download/ ) 和 [ Visual Studio] ( https://visualstudio.microsoft.com/zh-hans/ )
69
69
* 在项目根目录下创建 ` cmake_build ` 文件夹
70
70
* 打开 [ CMake] ( https://cmake.org/download/ ) 软件, 然后进行以下操作
71
- * 选择 ` Browse Source ` 为 ` 源代码目录(dms-enterprise-20181101) `
71
+ * 选择 ` Browse Source ` 为 ` 源代码目录(https://github.com/alibabacloud-sdk-cpp/ dms-enterprise-20181101.git ) `
72
72
* 选择 ` Browse build ` 为 ` 构建目录(cmake_build) `
73
73
* 点击 ` configure `
74
74
* 点击 ` generate ` , 构建 VS 解决方案。
@@ -85,7 +85,7 @@ sh dms-enterprise-20181101/scripts/install.sh
85
85
86
86
## 相关
87
87
88
- * [ OpenAPI Developer Portal] [ open-api ]
88
+ * [ Alibaba Cloud OpenAPI Developer Portal] [ open-api ]
89
89
* [ Latest Release] [ latest-release ]
90
90
* [ Alibabacloud Console System] [ console ]
91
91
* [ Alibaba Cloud Home Page] [ aliyun ]
@@ -96,7 +96,7 @@ sh dms-enterprise-20181101/scripts/install.sh
96
96
97
97
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
98
98
99
- [ OpenAPI 开发者门户 ] : https://next.api.aliyun.com
99
+ [ open-api ] : https://next.api.aliyun.com
100
100
[ latest-release ] : https://github.com/aliyun/alibabacloud-cpp-sdk/releases
101
101
[ console ] : https://home.console.aliyun.com
102
102
[ aliyun ] : https://www.aliyun.com
0 commit comments