We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If there is an error due to a missing wolfe dependency, also do the following:
wolfe
cd ~/src; git clone https://github.com/wolfe-pack/wolfe.git
cd ~/src/wolfe; sbt publish-local
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
~/sw/sbt/bin