English | 简体中文
Alibaba Cloud Sts SDK is based on the Darabonba DSL solution, which is a domain specific language for OpenAPI applications. It can be used to generate multilingual SDKs, code samples, test cases, interface choreography, etc. for any style of API.
To use this SDK to access the API, you must first install the required dependency libraries.
- Install with Homebrew
brew install boost cpprestsdk openssl- Install with yum
yum install boost-devel openssl-devel
# The cpprestsdk does not support installation with yum.- Install with api-get
# install boost
sudo add-apt-repository ppa:mhier/libboost-latest -y
sudo apt-get update
sudo apt-get install libboost-all-dev
sudo apt-get install libcpprest-dev libcurl4-openssl-dev libssl-dev- Install with vcpkg
vcpkg install boost cpprestsdk openssl-windowsgit clone https://github.com/aliyun/alibabacloud-cpp-sdk.git
sh sts-20150401/scripts/install.sh- Run the following command to clone code from Github via git-bash:
git clone https://github.com/aliyun/alibabacloud-cpp-sdk.git
cd alibabacloud-cpp-sdk/sts-20150401- Build Visual Studio solution
- Install CMake && Visual Studio
- Change directory to source code and make the
cmake_buildfolder in the project root directory. - Open CMake software and
Browse Sourceto open source code directory.Browse buildto open the createdcmake_builddirectory- click
configure - click
generate, Generate VS solution
- Build and Install C++ SDK
- Go to the cmake_build directory and open ${project_name}.sln with Visual Studio Solutions
- Select
Release - Check INSTALL option from Build -> Configuration Manager
- Build->Build Solutions to build.
Submit Issue, Problems that do not meet the guidelines may close immediately.
- [Alibaba Cloud OpenAPI Developer Portal][open-api]
- Alibabacloud Console System
- Alibaba Cloud Home Page
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.