From b50900595c1ab3a065609403f8faafeed5c59b38 Mon Sep 17 00:00:00 2001 From: Alexander Mai Date: Thu, 1 May 2014 20:15:36 +0200 Subject: [PATCH] #5482 - Cppcheck development with '--std=c++0x' enabled. Specify supported compilers. --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index e5fb695a7..3a16e0514 100644 --- a/readme.md +++ b/readme.md @@ -26,9 +26,10 @@ When building the command line tool, [PCRE](http://www.pcre.org/) is optional. I There are multiple compilation choices: * qmake - cross platform build tool -* Windows: Visual Studio or Qt Creator or MinGW +* Windows: Visual Studio (VS 2010 and above) or Qt Creator or MinGW * gnu make -* g++ +* g++ 4.4 (and above) +* clang++ 2.9 (and above) ### qmake