You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/06/21 20:49:32 UTC

svn commit: r416065 - /incubator/harmony/enhanced/drlvm/trunk/build/README.txt

Author: geirm
Date: Wed Jun 21 11:49:32 2006
New Revision: 416065

URL: http://svn.apache.org/viewvc?rev=416065&view=rev
Log:
noted the classlibrary requirement


Modified:
    incubator/harmony/enhanced/drlvm/trunk/build/README.txt

Modified: incubator/harmony/enhanced/drlvm/trunk/build/README.txt
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/README.txt?rev=416065&r1=416064&r2=416065&view=diff
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/build/README.txt (original)
+++ incubator/harmony/enhanced/drlvm/trunk/build/README.txt Wed Jun 21 11:49:32 2006
@@ -1,6 +1,17 @@
 
     BUILD SYSTEM for the DRLVM project
     ==================================
+    
+Note : 
+
+Please be sure to checkout and build the Harmony classlibrary first.
+
+Then, point DRLVM to the built classlibrary via the 
+
+   external.dep.CLASSLIB 
+   
+property in build.xml
+
 
 For generic instructions how to build DRLVM, please refer to ../README.txt file.