* Uri.cs: Equals should be case insensitive for all parts except
[mono.git] / README
diff --git a/README b/README
index 8b36a2280b61bb2e0cffe1332204a988ace5da1b..402d404a17a388a1fee83770503b70a30484ab7a 100644 (file)
--- a/README
+++ b/README
@@ -45,6 +45,14 @@ This is Mono.
                make
                make install
 
+       Mono supports a JIT engine on x86, SPARC and PowerPC systems.
+       The various commands that ship with Mono default to the JIT engine
+       on x86 and SPARC, to turn it on for PPC systems, use the --with-jit=yes 
+       command line option to configure.
+
+       MacOS X Users: you will need to download the latest Boehm GC
+       Alpha release for garbage collection to work properly.
+
        If you obtained this as a snapshot, you will need an existing
        Mono installation.  To upgrade your installation, unpack both
        mono and mcs:
@@ -61,7 +69,7 @@ This is Mono.
        If you are upgrading from CVS you will need an existing Mono installation.
        First verify that you have a working installation:
 
-               echo 'class X { static void Main () { System.Console.Write("OK");}'}' > x.cs
+               echo 'class X { static void Main () { System.Console.Write("OK");}}' > x.cs
 
        Compile:
 
@@ -80,7 +88,7 @@ This is Mono.
        Then, go into the mono directory, and configure:
 
                cd mono
-               ./autogen --prefix=/usr/local
+               ./autogen.sh --prefix=/usr/local
 
        Then compile using the special target `fullbuild':