Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2007-10-25 18:36:33 +0400
committerMiguel de Icaza <miguel@gnome.org>2007-10-25 18:36:33 +0400
commite8436c2c342285dcda1500998a67b64c31df1fe1 (patch)
tree12d8c997afa6b94f8dc5ff62750b36c3ba287588 /README
parent32f6d2aefd3bc97e150ce9f8e2ef4f10a39b54e7 (diff)
Update
svn path=/trunk/mono/; revision=88168
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 14 insertions, 3 deletions
diff --git a/README b/README
index 97be727a256..d4f3e921c67 100644
--- a/README
+++ b/README
@@ -52,8 +52,8 @@ This is Mono.
make
make install
- Mono supports a JIT engine on x86, SPARC, SPARCv9, S/390, AMD64, ARM
- and PowerPC systems.
+ Mono supports a JIT engine on x86, SPARC, SPARCv9, S/390,
+ S/390x, AMD64, ARM and PowerPC systems.
If you obtained this as a snapshot, you will need an existing
Mono installation. To upgrade your installation, unpack both
@@ -133,7 +133,7 @@ This is Mono.
also try passing EXTERNAL_MCS=false on the make command-line.
Testing and Installation
- ------------------------
+ ------------------------
You can run (part of) the mono and mcs testsuites with the command:
@@ -425,6 +425,11 @@ This is Mono.
Manual pages for the various Mono commands and programs.
+ samples/
+
+ Some simple sample programs on uses of the Mono
+ runtime as an embedded library.
+
scripts/
Scripts used to invoke Mono and the corresponding program.
@@ -434,3 +439,9 @@ This is Mono.
A directory that contains the Makefiles that link the
mono/ and mcs/ build systems.
+ ../olive/
+
+ If the directory ../olive is present (as an
+ independent checkout) from the Mono module, that
+ directory is automatically configured to share the
+ same prefix than this module gets.