Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MonoDevelop on Windows

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 is a supported download.

like image 610
Colin Pickard Avatar asked Mar 06 '09 11:03

Colin Pickard


3 Answers

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

like image 117
Colin Pickard Avatar answered Sep 19 '22 17:09

Colin Pickard


MonoDevelop has official support for Windows since version 2.2:

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 the latest stable release.

like image 40
Sergio DomingoHernando Avatar answered Sep 21 '22 17:09

Sergio DomingoHernando


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

like image 24
mmx Avatar answered Sep 21 '22 17:09

mmx