Skip to content

Commit 7df3b77

Browse files
author
Anton Krug
committed
Few lines on how to build the project by hand
1 parent 94d01a3 commit 7df3b77

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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 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+
311
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)