-
Download and build
scala-virtualized
. -
In a file
local.properties
in the root project directory, set the following property to your specific locationscala.virtualized.home=<downloadpath>/build/pack
Instead of
<downloadpath>
of course you use the actual path. -
Run
sbt
-
If it fails with java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: PermGen space
Run with options like this
env JAVA_OPTS="-Xmx1024m" sbt