Build HowTo

Where are the sources?

You can obtain the sources of jLBC by downloading a distro package or by checking out the latest head revision from the repository.

Build System

jLBC is built using Maven 2. You can download it from http://maven.apache.org.
There are a few dependencies which are hosted on any publicly available Maven Repository so Maven will be able to resolve them automatically.

To build and install (into the local maven repository) jLBC simply type in a shell the following:

mvn clean package install

To build the binary and the source distribution simply type:

mvn -Ddistro clean package install assembly:assembly