Why am I such a loser sometimes?
[mono.git] / README
diff --git a/README b/README
index de3e8c6bb2b3a420008e69ea1cf6c6a1ccd08da8..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:
@@ -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':