Skip to content

Download and Build Parasim from Source

papousek edited this page Mar 17, 2013 · 2 revisions

Unix-like Operating Systems

Requirements:

  • java (at least version 7)
  • maven
  • octave (simulation framework is based on octave)
  • git (optional)

Download parasim from github repository (either as a zip or through read-only git access). Build parasim using build-all.sh script:

./build-all.sh install

Note: Building of parasim does not require root privileges.

Afterwards, parasim may be launched using convenience script parasim.sh.