2002/04/23 02:16:01
[org.ibex.core.git] / README
diff --git a/README b/README
index deb448b..b03a8cc 100644 (file)
--- a/README
+++ b/README
@@ -127,7 +127,17 @@ The following targets do not require that you specify a platform:
 
 
 ______________________________________________________________________________
-Building a compiler
+Building
+
+- If you only want to build the JVM version of XWT, delete these two
+  files:
+
+    xwt/src/org/xwt/plat/Win32.java
+    xwt/src/org/xwt/plat/GCJ.java
+
+  This will allow XWT to build correctly *without* gcc 3.1. Otherwise,
+  you must compile and install gcc 3.1.
+
 
 - The Win32 native version of XWT can ONLY be built with the very
   latest pre-release of GCC 3.1. You can follow the steps below to