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:
authorRaja R Harinath <harinath@hurrynot.org>2004-12-09 16:49:39 +0300
committerRaja R Harinath <harinath@hurrynot.org>2004-12-09 16:49:39 +0300
commit47adaf8bdcc84139b796062e9e323d8be9890507 (patch)
treed9d5d1d4d7878ad7647d9c74345bc73373750410 /README
parent9d2244168c878444d6ba5f32935a03d92cb2a8d0 (diff)
Fix typos and thinkos.
svn path=/trunk/mono/; revision=37484
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index e4cfed8b48f..6d257c99df3 100644
--- a/README
+++ b/README
@@ -81,8 +81,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 +89,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
---------------------------------------------