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
cppcheclipse is an Eclipse plugin which integrates [cppcheck](http://sourceforge.net/projects/cppcheck/) with the [CDT project](https://eclipse.org/cdt/). You can run/configure cppcheck from the Eclipse UI.
2
2
3
+
To build the project by hand it requires maven and Linux platform (maven under Windows will not compile the project properly). To compile run following commands:
4
+
```bash
5
+
cd com.googlecode.cppcheclipse.parent
6
+
mvn clean verify
7
+
ls ../com.googlecode.cppcheclipse.repository/target/*.zip -l
8
+
```
9
+
It will not increment the version number, will not create a relese nor deploy/publish the artifact.
10
+
3
11
Further information on how to use and install cppcheclipse can be found in the [wiki](https://github.com/kwin/cppcheclipse/wiki).
0 commit comments