X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=README.md;h=87b011375061be7f0b91c045c3975cca6353354d;hb=6ed5db6dc8932a4b40919bc1bc9d35feff53aaf4;hp=99e99427cc179696fd4672d883991a62bc136b47;hpb=e06e21e754a2d3de5c97fa3728eb06fbb99062f8;p=mono.git diff --git a/README.md b/README.md index 99e99427cc1..87b01137506 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ The Mono project is part of the [.NET Foundation](http://www.dotnetfoundation.or | Windows | amd64 | [![windows-amd64][15]][16] | | Windows | i386 | [![windows-amd64][17]][18] | | CentOS | s390x (cs) | [![centos-s390x][19]][20] | +| Debian 8 | ppc64el (cs) | [![debian-8-ppc64el][21]][22]| _(cs) = community supported architecture_ @@ -50,8 +51,10 @@ _(cs) = community supported architecture_ [16]: https://jenkins.mono-project.com/job/z/label=w64/ [17]: https://jenkins.mono-project.com/job/z/label=w32/badge/icon [18]: https://jenkins.mono-project.com/job/z/label=w32/ -[19]: https://jenkins.mono-project.com/job/z/label=centos-s390x/badge/icon -[20]: https://jenkins.mono-project.com/job/z/label=centos-s390x +[19]: https://jenkins.mono-project.com/job/test-mono-mainline-community/label=centos-s390x/badge/icon +[20]: https://jenkins.mono-project.com/job/test-mono-mainline-community/label=centos-s390x +[21]: https://jenkins.mono-project.com/job/test-mono-mainline-community-chroot/label=debian-8-ppc64el/badge/icon +[22]: https://jenkins.mono-project.com/job/test-mono-mainline-community-chroot/label=debian-8-ppc64el Compilation and Installation ============================ @@ -462,7 +465,7 @@ disable it. * There are a number of runtime options to control this also, see the man page. -* `--with-csc={roslyn,mcs,default}' +* `--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 @@ -472,8 +475,8 @@ also, see the man page. 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 uses currently uses Roslyn binaries. +   If you specify "roslyn", then Roslyn's C# compiler will be used. + This currently uses Roslyn binaries. * `--enable-nacl`