aliyun / aliyun-oss-cpp-sdk

Aliyun OSS SDK for C++
Other
184 stars 88 forks source link

where is build folder and sln file #58

Closed Matiz7 closed 4 years ago

Matiz7 commented 4 years ago

Windows Enter build folder, open alibabacloud-oss-cpp-sdk.sln with Visual Studio.

huiguangjun commented 4 years ago

Install CMake 3.1 or later, enter SDK to create build files required for the build cd <path/to/aliyun-oss-cpp-sdk> mkdir build cd build cmake ..