Skip to content

Commit a9555eb

Browse files
author
Anton Krug
committed
Rephrased readme
1 parent 5ea570f commit a9555eb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
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.
22

3-
To build the project on the command line it requires maven and Linux platform (maven under Windows will not compile the project properly). To compile run following commands:
3+
To build the project on the command line it requires maven, Run the following commands:
44
```bash
55
cd com.googlecode.cppcheclipse.parent
66
mvn clean verify
77
```
88
It will not increment the version number nor deploy/publish/release the artifact. You can find the built p2 repository now in ../com.googlecode.cppcheclipse.repository/target in zip format.
99

10+
**NOTES:**
11+
12+
* Under Windows the `mvn clean verify` will fail because the unit test paths in unix format. As workaround skip the tests `mvn clean` should build successfully.
13+
* Maven build will fail if Java 9 is used, while it will work under Java 8.
14+
1015

1116
Further information on how to use and install cppcheclipse can be found in the [wiki](https://github.com/kwin/cppcheclipse/wiki).

0 commit comments

Comments
 (0)