X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=README;h=6d257c99df310772741bdd2e00c2615f4aeab765;hb=0aa0f24d749566b3c3505d9928227cb6e3797b70;hp=e4cfed8b48f932dd22e9d82fc426e0c5dcf70625;hpb=9d2244168c878444d6ba5f32935a03d92cb2a8d0;p=mono.git 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 ---------------------------------------------