Skip to content

Commit 41672fb

Browse files
committedNov 14, 2014
Change readme
1 parent a0f36e9 commit 41672fb

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed
 

‎readme.md

+4-22
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
## About
44

5-
Seccheck is a security analysis tool for C and C++ code.
6-
The original code repository is based on Cppcheck source code.
5+
Cpp2go is a tool of converting C and C++ source to Google Golang.
76

87
## Manual
98

10-
seccheck [options] [path or source code files]
9+
cpp2go [options] [path or source code files]
1110

1211
## Compiling
1312

@@ -24,28 +23,11 @@ There are multiple compilation choices:
2423
* gnu make
2524
* g++
2625

27-
### qmake
28-
29-
You can use the gui/gui.pro file to build the GUI.
30-
31-
```shell
32-
cd gui
33-
qmake
34-
make
35-
```
36-
3726
### Visual Studio 2010
3827

39-
Use the seccheck_vs2010.sln file. The rules are normally enabled.
40-
41-
To compile with rules (PCRE dependency):
42-
* the PCRE dll is needed. It can be downloaded from [here](http://cppcheck.sourceforge.net/pcre-8.10-vs.zip).
43-
44-
To compile without rules (no dependencies):
45-
* remove the preprocessor define `HAVE_RULES` from the project
46-
* remove the pcre.lib from the project
28+
Use the cpp2go.sln file.
4729

4830
## Webpage
4931

50-
https://github.com/rainrambler/seccheck
32+
https://github.com/rainrambler/cpp2go
5133

0 commit comments

Comments
 (0)
Please sign in to comment.