Skip to content

Installation

SDK is provided for the following platforms:

  • Linux: Ubuntu 20.04+, CentOS/RHEL 9+, Debian 11+, Fedora 40+ etc.
  • Windows 7+
  • iOS 9+
  • Android 21+

Linux

Below code samples illustrate basic dependencies installation required for C/C++ API usage:

sudo yum groupinstall 'Development Tools'
sudo apt-get update
sudo apt-get install build-essential

GPU build also requires CUDA 11.7 or 11.8 and cuDNN 8.0+, which should be installed manually.

Windows

You will need to manually install the following packages:

  • Visual Studio 2019+ (with VC++ 2019 v142 toolset)
  • Microsoft .NET Framework 4.0+ or .NET Core 3.0+ for C# API