Time [in minutes]: <= 15 minutes Platform [OS, libraries, etc.]: Vagrant 1.5 and VirtualBox on a Mac Skill level: I know how to install software on Linux using "apt-get" and "make". I also know how to build Scala code using SBT. Detailed evaluation: The software builds flawlessly out of the box. Absolutely no tinkering or thinking is needed. The code is in Scala and thus uses the Scala Build Tool (SBT). You have to know to type "sbt compile". If you just type "sbt", as Collberg et al did, you are placed into the SBT shell. This confused Collberg et al, who then tried to run the "run" shell script before compiling, which caused errors. If you run "vagrant up" in a directory with the following Vagrantfile, it will download and build the software successfully. Vagrant.require_version ">= 1.5.0", "< 1.6.0" $script = <