#5482 - Cppcheck development with '--std=c++0x' enabled. Specify supported compilers.

This commit is contained in:
Alexander Mai 2014-05-01 20:15:36 +02:00
parent fadc27092e
commit b50900595c
1 changed files with 3 additions and 2 deletions

View File

@ -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