X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=README.md;h=c530d4a18bb485b86434447498efe899b984a1c2;hb=b18a62e599a415170db7ee2201f7d5d6ad791dbc;hp=15e32dd886d074e63d6f8bb44d2871c34083325e;hpb=c866c3eefb79ea86be468e4f95c7012fa3d2db4f;p=mono.git diff --git a/README.md b/README.md index 15e32dd886d..c530d4a18bb 100644 --- a/README.md +++ b/README.md @@ -462,6 +462,19 @@ disable it. * There are a number of runtime options to control this also, see the man page. +* `--with-csc=roslyn,mcs,default` + + * Use this option to configure which C# compiler to use. By default + the configure script will pick Roslyn, except on platforms where + Roslyn does not work (Big Endian systems) where it will pick mcs. + + If you specify "mcs", then Mono's C# compiler will be used. This + also allows for a complete bootstrap of Mono's core compiler and + core libraries from source. + +   If you specify "roslyn", then Roslyn's C# compiler will be used. + This currently uses Roslyn binaries. + * `--enable-nacl` * This configures the Mono compiler to generate code