File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,11 @@ option(BUILD_SHARED_LIB "Build shared library" OFF) #配置编译动态库
12
12
13
13
#### 库依赖
14
14
15
- 依赖动态库:poco、openssl、crypto 。
15
+ 依赖动态库:poco、openssl。
16
16
17
- #### 直接使用SDK(无需编译)
17
+ #### SDK 需要自行基于源码重新编译
18
18
19
- 下载 [ XML C++ SDK 源码] ( https://github.com/tencentyun/cos-cpp-sdk-v5 ) ,libs目录中有编译好的库,可以直接使用,使用时请选择对应的系统版本。
20
-
21
- ``` shell
22
- libs/linux/libcossdk.a # linux的静态库,libcossdk.a是基于gcc version 4.8.5版本编译的,如果客户编译环境的gcc版本不同,需要重新编译libcossdk.a
23
- libs/linux/libcossdk-shared.so # linux动态库
24
- libs/Win32/cossdk.lib # Win32库
25
- libs/x64/cossdk.lib # Win64库
26
- libs/macOS/libcossdk.a # macOS静态库
27
- libs/macOS/libcossdk-shared.dylib # macOS动态库
28
- ```
19
+ 下载 [ XML C++ SDK 源码] ( https://github.com/tencentyun/cos-cpp-sdk-v5 )
29
20
30
21
> 使用时请将对应系统的库文件以及sdk include头文件拷贝至您的工程中。
31
22
You can’t perform that action at this time.
0 commit comments