2002/04/23 02:16:01
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:45:21 +0000 (06:45 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:45:21 +0000 (06:45 +0000)
darcs-hash:20040130064521-2ba56-1b49975065c6a7b1c5715b401d76148336b66ae7.gz

CHANGES
README

diff --git a/CHANGES b/CHANGES
index 5ecc16e..30e22e9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -30,4 +30,6 @@
 22-Apr megacz src/org/xwt/plat/Java2.java: fixed bug that caused
               RasterFormatException on jdk1.4
 
+22-Apr megacz README: included instructions on how to build without gcc.
+
 
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