[IronPython] Building IronPython/IronRuby for Mono? Yes!

Doug Blank doug.blank at gmail.com
Fri Mar 25 19:46:05 CET 2011


On Fri, Mar 25, 2011 at 12:16 PM, Tomas Matousek
<Tomas.Matousek at microsoft.com> wrote:
> It's fixed - a trivial change:
>
> https://github.com/IronLanguages/main/commit/a8d9bc96aefcdb30bfd93a091b60ffb8fa4a8e4a

Excellent! IronPython 3.0 (trunk) with .NET framework 2.0 *builds* and
*runs* great under Mono 2.10. And it seems to *run* great under Mono
2.6.7 as well! It does NOT build under Mono 2.6.7, but I suspect that
many mono build issues between 2.6.7 and 2.10 have been fixed.

Three easy steps:

1) git clone https://github.com/IronLanguages/main.git IronPython
2) cd IronPython
3) xbuild Solutions/IronPython.Mono.sln /p:Configuration="v2Release"

Thanks for this work, Tomas (and everyone else, too)!

-Doug

>
> Tomas



More information about the Ironpython-users mailing list