added setting SCALA_HOME

This commit is contained in:
Tony Tam 2011-08-30 16:41:19 -07:00
parent 2f311849d8
commit d0edc602c1

View File

@ -16,6 +16,12 @@ You need the following installed and available in your $PATH:
<li>- Scala 2.x or greater (http://www.scala-lang.org/downloads)
You also need to set an environment variable for SCALA_HOME:
<pre>
export SCALA_HOME={PATH_TO_YOUR_SCALA_DEPLOYMENT}
</pre>
### To build the codegen library
If you don't have the Apache Ivy dependency manager installed, run this build script: