Merge branch 'master' of git://github.com/danmar/cppcheck
This commit is contained in:
commit
40e644bec8
15
readme.txt
15
readme.txt
|
@ -18,8 +18,8 @@ Compiling
|
||||||
|
|
||||||
To build the GUI, you need Qt.
|
To build the GUI, you need Qt.
|
||||||
|
|
||||||
To build the command line tool, no dependencies are required. However for
|
When building the command line tool, PCRE is normally used.
|
||||||
the handling of rules, PCRE is needed.
|
PCRE is optional.
|
||||||
|
|
||||||
There are multiple compilation choices:
|
There are multiple compilation choices:
|
||||||
* qmake - cross platform build tool
|
* qmake - cross platform build tool
|
||||||
|
@ -37,8 +37,15 @@ Compiling
|
||||||
|
|
||||||
Visual Studio
|
Visual Studio
|
||||||
=============
|
=============
|
||||||
Use the cppcheck.sln file. The pcre dll is needed, it can be downloaded from:
|
Use the cppcheck.sln file. The rules are normally enabled.
|
||||||
http://cppcheck.sf.net/pcre-8.10-vs.zip
|
|
||||||
|
To compile with rules (pcre dependency):
|
||||||
|
* the pcre dll is needed. it can be downloaded from:
|
||||||
|
http://cppcheck.sf.net/pcre-8.10-vs.zip
|
||||||
|
|
||||||
|
To compile without rules (no dependencies):
|
||||||
|
* remove the preprocessor define HAVE_RULES from the project
|
||||||
|
* remove the pcre.lib from the project
|
||||||
|
|
||||||
Qt Creator + mingw
|
Qt Creator + mingw
|
||||||
==================
|
==================
|
||||||
|
|
Loading…
Reference in New Issue