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
- virtualenv command doesn't exists
- activate the virtual python environment
- run the pip command
- `python` often also no longer exists, but we will use the shebang of
the python script (which points to python3 anyways)
---------
Co-authored-by: autoantwort <41973254+autoantwort@users.noreply.github.com>
Copy file name to clipboardExpand all lines: readme.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,17 @@ A manual is available [online](https://cppcheck.sourceforge.io/manual.pdf).
17
17
18
18
## Donate CPU
19
19
20
-
Cppcheck is a hobby project with limited resources. You can help us by donating CPU (1 coreor as many as you like). It is simple:
20
+
Cppcheck is a hobby project with limited resources. You can help us by donating CPU (1 core, which is the default, or as many as you like. Use the `-j` flag to use more cores). It is simple:
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.
0 commit comments