Skip to content
dlegland edited this page Dec 7, 2015 · 1 revision

Installation

The project can be cloned directly from GitHub. It is based on Maven arborescence for managing build workflows.

The javaGeom library requires the GPCJ2 library. This dependency is not managed by the central maven repository. The GPCJ library needs to be added manually to the local maven repository. The syntax is:

$ mvn install:install-file -Dfile=lib/gpcj-2.2.0.jar -DgroupId=org.seisw -DartifactId=gpcj -Dversion=2.2.0 -Dpackaging=jar

Clone this wiki locally