X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=README;h=d4f3e921c67aa8807f6efbeabc2a73922d77aa7c;hb=90f1edd4b8c7b0dc588ba8df4a1cfaa24f82cbb1;hp=97be727a25662fd325bc4887f36e10636a3a5908;hpb=b54b265e485b986ab6de9b0218bc77045cce7e18;p=mono.git 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.