This topic describes the prerequisites for installing ApsaraVideo VOD SDK for .NET. It also describes how to install ApsaraVideo VOD SDK for .NET by using the GitHub.
Prerequisites
- .NET 2.0 or later is installed.
- Visual Studio 2017 or later is installed.
- Mono 3.12 or later is installed.
Install the SDK
- Download SDK source code from the GitHub
- Install git. If it is already installed, skip this step.
- Run the git clone command to download the latest source code for the SDKs aliyun-net-sdk-core and aliyun-net-sdk-vod.
- After the source code is downloaded, go to the next step to add project references.
- Start the Visual Studio and add project references.
- Choose View > Solution Explorer.
- In the right-side pane of the window, right-click Solution and choose Add > Existing Project.
- In the dialog box that appears, select the aliyun-net-sdk-core.csproj and aliyun-net-sdk-vod.csproj files, and click Open.
- Right-click Project and select Reference. Then, select Add Reference. In the dialog box that appears, click the Project tab.
- Select aliyun-net-sdk-core and aliyun-net-sdk-vod. Then, click OK.