Skip to content

build instructions

tom kelly edited this page Mar 11, 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.52, installed into maven ( mvn install:install-file -Dfile=/opt/gurobi/gurobi752/linux64/lib/gurobi.jar -DgroupId=local_gurobi -DartifactId=gurobi -Dversion=751 -Dpackaging=jar). Note that version=751 is just so maven picks it up as the correct version via the pom.xml.
  • 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 library must be on java's library path
Clone this wiki locally