You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ A manual is available [online](http://cppcheck.sourceforge.net/manual.pdf).
18
18
19
19
Cppcheck is a hobby project with limited resources. You can help us by donating CPU (1 core or as many as you like). It is simple:
20
20
21
-
1. Download (and extract) Cppcheck source code
22
-
2. Run script: python cppcheck/tools/donate-cpu.py
21
+
1. Download (and extract) Cppcheck source code.
22
+
2. Run script: python cppcheck/tools/donate-cpu.py.
23
23
24
24
The script will analyse debian source code and upload the results to a cppcheck server. We need these results both to improve Cppcheck and to detect regressions.
25
25
@@ -53,16 +53,16 @@ cmake ..
53
53
cmake --build .
54
54
```
55
55
56
-
If you want to compile the GUI you can use the flag
56
+
If you want to compile the GUI you can use the flag.
57
57
-DBUILD_GUI=ON
58
58
59
-
For rules support (requires pcre) use the flag
59
+
For rules support (requires pcre) use the flag.
60
60
-DHAVE_RULES=ON
61
61
62
62
For release builds it is recommended that you use:
63
63
-DUSE_MATCHCOMPILER=ON
64
64
65
-
Using cmake you can generate project files for Visual Studio,XCode,etc.
65
+
Using cmake you can generate project files for Visual Studio,XCode,etc.
0 commit comments