X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=README;h=b03a8cc84360fd0a6a98f058a26cd7774041423c;hp=deb448b9853be425e8957257467627d9fd6293a1;hb=481dccb17502e1a1a2d83c578e1c5bb418e23dd2;hpb=30bd9dd56b0c60dd5139a1ded0c7fbd9152f0618 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