Installation
SDK is provided for the following platforms:
- Linux: Ubuntu 18.04+, CentOS/RHEL 8+, Debian 10+, Fedora 28+ 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 2017+ (with VC++ 2017 v141 toolset)
- Microsoft .NET Framework 4.0+ or .NET Core 3.0+ for C# API
Note
If you using Visual Studio 2015, you should install Windows SDK 8.1