Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.24 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.24 KB

Build Status

Virtuozzo SDK

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:

Trial version of Virtuozzo can be downloaded here https://www.virtuozzo.com/products/virtuozzo/.

How to install

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