Index: README.txt =================================================================== --- README.txt (revision 453321) +++ README.txt (working copy) @@ -29,17 +29,19 @@ 1. Checkout the code for DRLVM from the Apache Harmony subversion repository - http://svn.apache.org/repos/asf/incubator/harmony/enhanced/drlvm/trunk + svn checkout http://svn.apache.org/repos/asf/incubator/harmony/enhanced/drlvm/trunk - (if you are reading this, you probably already have done that or have a snapshot) + Copy build/drlvm.properties.example to build/drlvm.properties -2. Checkout the classlibrary. This needs to be done first, and build first, as - the DRLVM build depends on it. Again, use a snapshot or get from the SVN repo : - - http://svn.apache.org/repos/asf/incubator/harmony/enhanced/drlvm/trunk +2. Checkout the class library: + + svn checkout http://svn.apache.org/repos/asf/incubator/harmony/enhanced/drlvm/trunk classlib + + Follow the following instructions to build the classlibrary: + http://incubator.apache.org/harmony/subcomponents/classlibrary/build_classlib.html + + This needs to be done before first, as the DRLVM build depends on it. - Follow the instructions to build the classlibrary. - 3. Set the following environment variables: ANT_HOME must point to the location of Apache Ant. JAVA_HOME must point to the location of the Java Runtime Environment. @@ -60,8 +62,8 @@ build.bat -DBUILD_CFG=release -DCXX=msvc -6. win_ia32_msvc_release/deploy/jre/bin/ij.exe -version - This directory $OS_$ARCH_$CXX_$BUILD_CFG/deploy/jre contains DRLVM you have just built. +6. win_ia32_msvc_release/deploy/jre/bin/java.exe -version + This directory ${OS}_${ARCH}_${CXX}_${BUILD_CFG}/deploy/jre contains DRLVM you have just built. 7. If building the DRLVM fails, read this README and follow building instructions to the point. Index: build/drlvm.properties.example =================================================================== --- build/drlvm.properties.example (revision 453321) +++ build/drlvm.properties.example (working copy) @@ -2,5 +2,5 @@ # # to use, rename to "drlvm.properties" -external.dep.CLASSLIB.loc=../../../working_classlib +external.dep.CLASSLIB.loc=../../../classlib