Fix readme.txt to match current HAVE_RULES behaviour.
This commit is contained in:
parent
410b11c00f
commit
93b1bba8cb
|
@ -55,10 +55,10 @@ Compiling
|
||||||
gnu make
|
gnu make
|
||||||
========
|
========
|
||||||
To build Cppcheck with rules (pcre dependency):
|
To build Cppcheck with rules (pcre dependency):
|
||||||
make
|
make HAVE_RULES=yes
|
||||||
|
|
||||||
To build Cppcheck without rules (no dependencies):
|
To build Cppcheck without rules (no dependencies):
|
||||||
make HAVE_RULES=no
|
make
|
||||||
|
|
||||||
g++ (for experts)
|
g++ (for experts)
|
||||||
=================
|
=================
|
||||||
|
|
Loading…
Reference in New Issue