C Compiler: You need a compiler with support for C11 or alternatively for C++03 [1]
Currently this means, you need to use either of these compilers:
The ``gcc` compiler of at least version 5.1, or the g++ compiler of at least version 4.4 as an alternative.
The clang compiler on MacOS X or FreeBSD, based on LLVM version 3.2 or higher.
The MinGW64 [2] C11 compiler on Windows, ideally the one based on gcc 5.1 or higher. Or the C++ compiler of at least version 4.4 as an alternative.
Visual Studio 2017 or higher on Windows [3], older versions may work, but are not officially supported.
Partager