The table below lists the supported platforms and compilers:
Operating System | Architecture | Compilers | Library Type |
---|---|---|---|
Windows Vista, 7, 8, 10 | x86 | Visual Studio 2015-2022 | static, dynamic |
GCC 5.x (source code only and build configs only, no archives) | static, dynamic | ||
x86_64 | Visual Studio 2015-2022 | static, dynamic | |
Windows XP | x86 | Visual Studio 2015 | static, dynamic |
GCC 5.x (source code only and build configs only, no archives) | static, dynamic | ||
x86_64 | Visual Studio 2015 | static, dynamic | |
Linux | x86, x86_64 |
GCC (with particular glibc version): 5.2 (2.24), 5.3 (2.24), 6.3 (2.24), 7.2 (2.28), 8.3 (2.28), 10.2 (2.31)
|
static, dynamic |
macOS | x64 | Clang using macOS 10.14, 10.15, 11.0, 12.0 SDKs | static, dynamic |
macOS | arm64 | Clang using macOS 11.0, 12.0 SDKs | static, dynamic |
It is strongly recommended to compile your application code with compilers mentioned above to avoid possible compilation or linkage errors.
Copyright © 2002 – 2021. Open Design Alliance. All rights reserved.
|