Requirements
The compiler and tool versions required to build operators with the Bifrost SDK are:
Operating system | Requirements |
---|---|
Windows | only Visual Studio 2019 is supported |
macOS | XCode 13.4.1 and above |
Linux | gcc 9.3.1 and above |
Bifrost operators are built using CMake. You can use CMake to generate makefiles under Linux, Visual Studio projects on Windows, and Xcode projects on macOS. These projects can then be built using CMake, be imported into an IDE, or built using another tool.
The minimum version of CMake required is 3.20.
Bifrost operators can be built using the C++17 standards.