From a9555eb4b698820699ad72524b9fb12101de9286 Mon Sep 17 00:00:00 2001 From: Anton Krug Date: Thu, 4 Jan 2018 14:38:41 +0000 Subject: [PATCH] Rephrased readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 280721d..f748aab 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,16 @@ 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. -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: +To build the project on the command line it requires maven, Run the following commands: ```bash cd com.googlecode.cppcheclipse.parent mvn clean verify ``` 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. +**NOTES:** + +* 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. +* Maven build will fail if Java 9 is used, while it will work under Java 8. + Further information on how to use and install cppcheclipse can be found in the [wiki](https://github.com/kwin/cppcheclipse/wiki). \ No newline at end of file