Skip to content

build instructions

tom kelly edited this page Jan 19, 2019 · 28 revisions

to build with mvn from the command line:

  • java development kit 1.11+
  • maven
  • run mvn install for jutils, campskeleton, and siteplan
  • gurobi 7.5, installed into maven ( mvn install:install-file -Dfile=/opt/gurobi/gurobi751/linux64/lib/gurobi.jar -DgroupId=local_gurobi -DartifactId=gurobi -Dversion=751 -Dpackaging=jar)
  • run mvn package for chordatlas
  • the output jar appears in the target directory
  • run with java -jar -Xmx10g chordatlas-0.0.1-SNAPSHOT.jar

i develop with eclipse and maven on ubuntu. relevant configuration files are in the repositories.

  • main class is org.twak.tweed.TweedFrame
  • gurobi's library must be set in eclipse's java environment variables
Clone this wiki locally