Skip to content

Compiling from github

rickyepoderi edited this page Sep 25, 2013 · 9 revisions

The wbxml-stream project is mavenized so compiling is extremely easy.

Clone the project from github

git clone https://github.com/rickyepoderi/wbxml-stream

Enter into the project directory

cd wbxml-stream/

Just package or install it

mvn package

Javadoc

mvn javadoc:javadoc

After the compilation the testing part performs a lot of conversions in order to check the last commits. ;-) The library is placed in the following file: target/wbxml-stream-X.X.X.jar.

Enjoy!

Clone this wiki locally