Requirements
Contains the requirements for the NGA Backend API.
In order to build the custom backend, you need the following software and libraries:
- CMake (The minimum version is indicated in the CMakeDefines.txt file in the <wincc_oa_path>/api directory.)
- MSVC/GCC - You can find the required versions for these components in the WinCC OA Documentation under API development.
- Windows:
cl
compiler andcmake
in the path environment variable - Linux:
cmake
in the path environment variable
- Windows:
- curl utility
- OpenSSL - You can find the required version in the WinCC OA
Documentation under OpenSSL.
- For Windows, the version of the library from the
ExternalLibs\openssl
folder will be used. - For Linux, you need to install the library of the specified version independently.
- For Windows, the version of the library from the