Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 974 Bytes

README.md

File metadata and controls

77 lines (61 loc) · 974 Bytes

Build console

> cd scala
> sbt
> project console
sbt> run

Build Zombieland

(you need to install npm to run this version)

> cd scala
> sbt
sbt> project zombieland
sbt> buildGUI

Then browse:

scala/zombieland/target/zombies.html

Build sub-model Cooperation

> cd scala
> sbt
sbt> project cooperation
sbt> buildGUI

Then browse:

scala/vigilence/target/zombies.html

Build sub-model spatialsens

> cd scala
> sbt
sbt> project spatialsens
sbt> buildGUI

Then browse:

scala/spatialsens/target/zombies.html

Build sub-model ode

> cd scala
> sbt
sbt> project ode
sbt> osgiBundle

The ode jar program is: scala/ode/target/scala-2.13/ode_2.13-0.1.0-SNAPSHOT.jar

Build Zombieland jar for OpenMOLE

> cd scala
> sbt
sbt> project zombies-bundle
sbt> osgiBundle

The OpenMOLE jar plugin is in:

scala/bundle/target/scala-2.12/zombies-bundle_2.12-0.1.0-SNAPSHOT.jar