Skip to content

Commit 3b092c1

Browse files
authored
removed spaces and added punctuations marks (danmar#2849)
1 parent fa84b30 commit 3b092c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ A manual is available [online](http://cppcheck.sourceforge.net/manual.pdf).
1818

1919
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:
2020

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.
2323

2424
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.
2525

@@ -53,16 +53,16 @@ cmake ..
5353
cmake --build .
5454
```
5555

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.
5757
-DBUILD_GUI=ON
5858

59-
For rules support (requires pcre) use the flag
59+
For rules support (requires pcre) use the flag.
6060
-DHAVE_RULES=ON
6161

6262
For release builds it is recommended that you use:
6363
-DUSE_MATCHCOMPILER=ON
6464

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.
6666

6767
### qmake
6868

0 commit comments

Comments
 (0)