Skip to content

Setting up on new machines

Sameer Singh edited this page Aug 2, 2015 · 6 revisions
  • sudo aptitude install git default-jdk gnuplot
  • mkdir src
  • cd ~/src; git clone https://github.com/wolfe-pack/moro.git
  • cd ~/src/moro; sbt run

Wolfe dependency

If there is an error due to a missing wolfe dependency, also do the following:

  • cd ~/src; git clone https://github.com/wolfe-pack/wolfe.git
  • cd ~/src/wolfe; sbt publish-local
  • Then try running moro again.

Installing sbt

  • cd ~/sw; wget https://dl.bintray.com/sbt/native-packages/sbt/0.13.8/sbt-0.13.8.tgz; tar -xvzf sbt-0.13.8.tgz
  • Add ~/sw/sbt/bin to your path