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) #配置编译动态库
1212
1313#### 库依赖
1414
15- 依赖动态库:poco、openssl、crypto 。
15+ 依赖动态库:poco、openssl。
1616
17- #### 直接使用SDK(无需编译)
17+ #### SDK 需要自行基于源码重新编译
1818
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 )
2920
3021> 使用时请将对应系统的库文件以及sdk include头文件拷贝至您的工程中。
3122
You can’t perform that action at this time.
0 commit comments