This topic describes how to install the server operation SDK for C or C++ in the Linux operating system.
Prerequisites
ApsaraVideo VOD is activated. For more information, see Activate ApsaraVideo VOD.
Environment requirements
Notice The server operation SDK for C or C++ can be installed only in the Linux operating
system.
The following table describes the required software packages and their usage, and provides installation examples. You can install the software by using Yellowdog Updater, Modified (YUM) or downloading the installation packages over the Internet.
Software | Description | Installation by using YUM | Installation by using packages downloaded over the Internet |
---|---|---|---|
CMake | A third-party compiler. |
|
|
libcurl | Troubleshoots network connection issues. |
|
|
libuuid | Generates UUIDs. | Sample code:
|
N/A |
Apache Portable Runtime (APR) | N/A | Sample code:
|
|
APR-util | Manages memory usage and cross-platform issues. | Sample code:
|
|
minixml | Parses data that is returned in the XML format. | Sample code:
|
|
jsoncpp | Parses data that is returned in the JSON format. | Sample code:
|
|
OSS SDK for C or C++ | Before you use the upload SDK for C or C++, you must download and install Object Storage Service (OSS) SDK for C or C++. | N/A | For more information about how to install OSS SDK for C or C++, see Installation.
Notice If some dependent libraries of OSS are installed, you do not need to install them
again.
|