Search code examples
windowsmono

What's the best setup for Mono development on Windows?


I started trying to play with Mono, mostly for fun at the moment. I first tried to use the Visual Studio plugin that will convert a csproj into a makefile, but there seemed to be no version available for Visual Studio 2005. I also read about the MonoDevelop IDE, which sounded nice. Unfortunately, there's no pre-fab Windows package for it. I tried to follow some instructions to build it by combining dependencies from other semi-related installs. It didn't work, but that's probably because I'm a Windows-oriented guy and can barely spell "makefile".

So, my question is this: What's the lowest-energy way to get up and running to try some Mono-based development on Windows?


Solution

  • I'd recommend getting VMWare Player and using the free Mono development platform image that is provided on the website.

    Download Mono

    Setup time for this will be minimal, and it will also allow you to get your code working in .NET and then focus on porting issues without a massive hassle of switching machines and the like. the VMWare Player tools will allow you to simply drag and drop the files over to copy them.

    I'm looking to take a couple of my .NET apps and make them Mono compliant, and this is the path I'm going to take here shortly.