File tree 1 file changed +4
-22
lines changed
1 file changed +4
-22
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## About
4
4
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.
7
6
8
7
## Manual
9
8
10
- seccheck [ options] [ path or source code files]
9
+ cpp2go [ options] [ path or source code files]
11
10
12
11
## Compiling
13
12
@@ -24,28 +23,11 @@ There are multiple compilation choices:
24
23
* gnu make
25
24
* g++
26
25
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
-
37
26
### Visual Studio 2010
38
27
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.
47
29
48
30
## Webpage
49
31
50
- https://github.com/rainrambler/seccheck
32
+ https://github.com/rainrambler/cpp2go
51
33
You can’t perform that action at this time.
0 commit comments