Skip to content
cpdean edited this page Mar 24, 2011 · 6 revisions

After cloning the Git repository locally, you must install the following.

  • Monodevelop
  • Mono 2.8

This is not very easy in Fedora nor Ubuntu.

Linux

###Ubuntu

To install MonoDevelop:

sudo apt-get install monodevelop

And then you need to download and compile Mono 2.8 from source. After this, you can select Mono 2.8 as the default runtime in MonoDevelop by going to Edit > Preferences, and selecting .NET Runtimes. Add it to the list of runtimes with the Add button. I have not been able to do this successfully.

Fedora

sudo yum install monodevelop

Fedora, like Ubuntu, is relying on an out-dated version of Mono. You will need to compile it from source.

I have yet to successfully compile Mono from source and get every library it needs to work with it: gtk-sharp, pango-sharp, and many more.

Arch Linux

Get the appropriate packages for MonoDevelop and the latest Mono runtime.

Windows

Not sure yet.

Mac OSX

Not sure yet.

Clone this wiki locally