tags:

views:

199

answers:

2

Miguel de Icaza announced a new project today called MonoMac, to develop apps for the Mac using Mono and C#: http://tirania.org/blog/archive/2010/Apr-19.html

In the post, he provides links to the subversion repositories, but are there any builds of it available for download?

+5  A: 

There is no binary distribution yet. But you can build your own very quickly:

The sample application (found under monomac/samples/Hello) can be launched like a standard application.

Laurent Etiemble
+1  A: 

I wrote a blog post about this the other day on how to use MonoMac with the latest version of MonoDevelop 2.4, building on the great work by Michael Hutchinson. Michael's post has a link to a version of MonoDevelop 2.4 beta he has slipped the MonoMac addin into. I've pulled the addin out of his beta version and tell you how to put it into the RTM version of MonoDevelop 2.4.

Due to the stackoverflow spam prevention, I'm only able to enter one link, otherwise I would link to Michael Hutchinson's blog post.

Dan Morphis