This part of the documentation describes how to compile Radium and use it in your own project.
Supported system and compilers
The following platforms and tool chains have been tested and should work :
CMake 3.18+
Windows : IDEs: Visual Studio 2019, 2022 (2017 is not supported due to embedded cmake version), QtCreator. Command Line: cmake+ninja+MSVC(2017, 2019, 2022) .
Mac OSX : gcc 10 or higher, Apple clang, llvm clang 11 or higher
default Radium-Engine install prefix is Radium-Engine/Bundle-${CMAKE_CXX_COMPILER_ID}.
Note
These commands might need some custom search directory for cmake config, e.g. for Qt, notably on windows. Please check detailed instructions below. Also several options are available, e.g. to compile examples or use double instead of float as scalar type.
Detailed instructions
More details and other systems information (including visual studio setup) are in the following pages, to be read in order.