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>2004-03-19 02:21:00 +0300
committerMiguel de Icaza <miguel@gnome.org>2004-03-19 02:21:00 +0300
commitf64af1c345b88e0a6122f5498f7a754f03b8ec6f (patch)
tree8d4bdbc3258863662a659ad7bde81e037390a6ee /README
parent52fc5610f7851f05b97d41a6dd04290c212542c3 (diff)
README
svn path=/trunk/mono/; revision=24306
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index b44d33ea8bc..402d404a17a 100644
--- 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: