Quick Start Guide
- svn co https://jikesrvm.svn.sourceforge.net/svnroot/jikesrvm/rvmroot/trunk jikesrvm
- cd jikesrvm
- echo "host.name=ia32-linux" > .ant.properties # Change this to match appropriate host
- ant main -Dconfig.name=prototype-opt # Change this to select appopriate configuration
- ./dist/prototype-opt_ia32-linux/rvm -version # Change dir to use selected host and configuration