2006-01-31 Lluis Sanchez Gual <lluis@novell.com>
[mono.git] / README
diff --git a/README b/README
index cd405f6bed39ef29f46d6f7fc81286fc143ed4bc..775f78b27f04cf052be8c4c88adcc25617c29db8 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
 ===============================
@@ -21,6 +21,15 @@ This is Mono.
 
                  Available from: http://www.gtk.org/
 
+       On Itanium, you must obtain libunwind:
+
+               http://www.hpl.hp.com/research/linux/libunwind/download.php4
+
+       On Solaris, make sure that you used GNU tar to unpack this package, as
+       Solaris tar will not unpack this correctly, and you will get strange errors.
+
+       On Solaris, make sure that you use the GNU toolchain to build the software.
+
        Optional dependencies:
 
                * libgdiplus
@@ -38,7 +47,7 @@ This is Mono.
                make
                make install
 
-       Mono supports a JIT engine on x86, SPARC, S/390, AMD64 and PowerPC systems.
+       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
@@ -137,8 +146,6 @@ This is Mono.
        * runtime engine
 
                mono program.exe
-         or
-               mint program.exe
 
        * C# compiler
 
@@ -154,9 +161,6 @@ This is Mono.
 3. Directory Roadmap
 ====================
 
-       doc/
-               Contains the web site contents.
-
        docs/
                Technical documents about the Mono runtime.