add swf/win32 version of snippets
[mono.git] / README
diff --git a/README b/README
index e4cfed8b48f932dd22e9d82fc426e0c5dcf70625..098b033916e89f3e2bdcbb6604aa6000286d1b72 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
 
 This is Mono.
 
-1. Installation
-2. Using Mono
-3. Directory Roadmap
+       1. Installation
+       2. Using Mono
+       3. Directory Roadmap
 
 1. Compilation and Installation
 ===============================
@@ -17,23 +17,20 @@ This is Mono.
 
                  Available from: http://www.freedesktop.org/Software/pkgconfig
 
-               * glib 2.0
+               * glib 2.4
 
                  Available from: http://www.gtk.org/
 
-       Optional dependencies:
-
-               * ICU library
+       On Itanium, you must obtain libunwind:
 
-                 http://oss.software.ibm.com/icu/index.html
+               http://www.hpl.hp.com/research/linux/libunwind/download.php4
 
-                 You will need this one to get complete support for the international
-                 features of the .NET Framework.
+       Optional dependencies:
 
-               * Cairo and libgdiplus
+               * libgdiplus
 
                  If you want to get support for System.Drawing, you will need to get
-                 both Libgdiplus and Cairo.
+                 Libgdiplus.
 
     b. Building the Software
     ------------------------
@@ -45,13 +42,7 @@ 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.
+       Mono supports a JIT engine on x86, SPARC, SPARCv9, S/390, AMD64 and PowerPC systems.
 
        If you obtained this as a snapshot, you will need an existing
        Mono installation.  To upgrade your installation, unpack both
@@ -81,8 +72,7 @@ This is Mono.
                make
 
        This will automatically go into the mcs/ tree and build the
-       binaries there, and copy them into the appropriate
-       sub-directories of  mono/runtime/.
+       binaries there.
 
        This assumes that you have a working mono installation, and that
        there's a C# compiler named 'mcs', and a corresponding IL
@@ -90,7 +80,7 @@ This is Mono.
        EXTERNAL_MCS and EXTERNAL_RUNTIME to override these.  e.g., you
        can say
 
-         make EXTERNAL_MCS=/foo/bar/mcs EXTERNAL_MONO=/somewhere/else/mono
+         make EXTERNAL_MCS=/foo/bar/mcs EXTERNAL_RUNTIME=/somewhere/else/mono
        
        If you don't have a working Mono installation
        ---------------------------------------------
@@ -151,8 +141,6 @@ This is Mono.
        * runtime engine
 
                mono program.exe
-         or
-               mint program.exe
 
        * C# compiler
 
@@ -168,9 +156,6 @@ This is Mono.
 3. Directory Roadmap
 ====================
 
-       doc/
-               Contains the web site contents.
-
        docs/
                Technical documents about the Mono runtime.
 
@@ -218,3 +203,4 @@ This is Mono.
 
                A directory that contains the Makefiles that link the
                mono/ and mcs/ build systems.
+