views:

1479

answers:

5

My google-fu has failed me - can MonoDevelop be used on Windows? Preferably without having to compile from source?

It works well on my home Ubuntu box, and while I have Visual Studio at work, it seems there might be some advantages to having MonoDevelop too.

EDIT: I'm aware of SharpDevelop; I'd prefer to have MonoDevelop if possible, just because I've started to get familiar with the interface, and I believe the SharpDevelop and MonoDevelop are not so closely related any more.


Woohoo! MonoDevelop for Windows now has a preview installer which can be downloaded here


MonoDevelop 2.2 beta is out, with official support for Windows. (Thanks Sergio DomingoHernando)

+1  A: 

Try SharpDevelop . MonoDevelop is built on SharpDevelop's code base.

Mehrdad Afshari
I'd prefer to have MonoDevelop if possible, just because I've started to get familiar with the interface, and I believe the SharpDevelop and MonoDevelop are not so closely related any more.
Colin Pickard
It seems you should build it from source: http://www.monodevelop.com/MonoDevelopWin32
Mehrdad Afshari
+1  A: 

It's possible, but not easy. There's certainly not an installer.

This is pretty much the only guide to getting it to work: http://lists.ximian.com/pipermail/monodevelop-list/2006-September/004442.html

Julian Birch
+7  A: 

It seems that MonoDevelop on Windows still has a number of outstanding problems, even when built from source (and can only be built on .NET, not on Mono). So obviously there is no installer yet either.

The answer to my question then is No, MonoDevelop on Windows is not ready for normal use.

I guess I'll make do with Visual Studio and SharpDevelop on windows and wait patiently (or maybe even have a look at the outstanding bugs...!)


UPDATE: MonoDevelop for Windows now has a preview installer which can be downloaded here

Colin Pickard
+2  A: 

There was a recent blog entry about MonoDevelop on Windows. Now is probably the time to try it out.

Update: MonoDevelop have just been released for Windows and Mac. More from Miguel's blog.

tronda
+1  A: 

MonoDevelop 2.2 has official support for Windows:

Windows Support

Windows now Officially Supported

Windows is now an officially supported platform for running MonoDevelop. Many Windows specific issues have been fixed, and some add-ins such as debugging and subversion support have been written specifically for Windows.

Windows Installer

We are releasing a new Windows Installer which includes almost all you need to run MonoDevelop. The only external dependency is gtk#, which is provided in a separate installer.

You can download Beta 1.

Sergio DomingoHernando
thanks !
Colin Pickard