Dependencies and Environment
Compatibility
- Language: C++11
- GUI: Qt 5.12 and above (Widgets; QML is not used)
- User plugins link only against xplugin; the SDK is optional
tip
To keep plugin ABI consistent with the host, build with the recommended compiler and Qt versions provided in the ROKAE+ development package.
Build and Platforms
| Artifact | Operating System | Compiler | Platform |
|---|---|---|---|
| libxplugin.so | Ubuntu 18.04 | GCC 7.4 | aarch64 |
| libxplugin.so | Ubuntu 18.04 | gcc-linaro aarch64 toolchain | x86_64 Linux |
| xplugin.dll / xplugin.lib | Windows 10/11 | MSVC2019 | x86_64 Windows |
- You may obtain a virtual-machine build environment from the Rokae website to compile plugins from source.