Virtuozzo SDK is a development kit used to create and integrate custom software solutions with Virtuozzo. The SDK provides cross-platform ANSI C and Python APIs.
Documentation for commercial version of SDK is available here:
- Virtuozzo SDK Programmers Guide.pdf
- Virtuozzo C API Reference.pdf
- Virtuozzo Python API Reference.pdf
Trial version of Virtuozzo can be downloaded here https://www.virtuozzo.com/products/virtuozzo/.
SDK depends on libprlcommon and libprlxmlmodel libraries. One needs to install them in order to build SDK.
To build the SDK run:
make
sudo make install