From: megacz Date: Fri, 30 Jan 2004 06:45:21 +0000 (+0000) Subject: 2002/04/23 02:16:01 X-Git-Tag: RC3~1855 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=481dccb17502e1a1a2d83c578e1c5bb418e23dd2 2002/04/23 02:16:01 darcs-hash:20040130064521-2ba56-1b49975065c6a7b1c5715b401d76148336b66ae7.gz --- diff --git a/CHANGES b/CHANGES index 5ecc16e..30e22e9 100644 --- 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 --- 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