From 0175da4f86e6ff47ba6960e0d1138a76e5717592 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 13 Jan 2015 13:10:09 +0100 Subject: docs: Specified min compiler versions --- host/docs/build.dox | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/host/docs/build.dox b/host/docs/build.dox index 0ca9933bb..1e73bbfb3 100644 --- a/host/docs/build.dox +++ b/host/docs/build.dox @@ -32,11 +32,13 @@ or install msysGit from http://code.google.com/p/msysgit/downloads/list. \section cpp_compiler C++ Compiler -The following compilers are known to work: +The following compilers are known to work and officially supported: -- GCC -- Clang -- MSVC +- GCC >= 4.4 +- Clang >= 3.1 +- MSVC >= 2010 + +Other compilers (or lower versions) may work, but are unsupported. ### CMake -- cgit v1.2.3