Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.15 KB

Dependencies.md

File metadata and controls

13 lines (10 loc) · 1.15 KB

Dependencies

The SDK is developed in C++11 and you'll need glibc 2.27+ on Linux and Microsoft Visual C++ 2015 Redistributable(x64) - 14.0.24123 (any later version is ok) on Windows. You most likely already have these dependencies on you machine as almost every program require it.

Debugging missing dependencies

To check if all dependencies are present:

Known issues

On Windows you may have The code execution cannot proceed because MSVCP140.dll was not found. Reinstalling the program may fix the problem. message if Microsoft Visual C++ 2015 Redistributable(x64) - 14.0.24123 is missing.