Download

From $1
Table of contents

The latest stable version of MonoDevelop is 2.0. See the release announcement.

Packages

opensuse.png openSUSE 11.1 monodevelop-opensuse-1click.png Repository
opensuse.png openSUSE 11.0 monodevelop-opensuse-1click.png Repository
opensuse.png openSUSE 10.3 monodevelop-opensuse-1click.png Repository
opensuse.png openSUSE 10.2 Repository
sled.png SLE 10.0

Repository

debian.png Debian/Testing Package
debian.png Debian/Unstable Package
ubuntu.png Ubuntu/9.04 Install with APT
osx.png Mac OS X 10.4/10.5 See the Mac Preview page.
Windows.png Windows See the Windows Preview page.

 

Source Code Tarballs

Tarballs for MonoDevelop and optional add-ins:

MonoDevelop 2.0 Source
Mono Debugger support Source
GDB Debugger support Source
Database support Source
Boo language support Source
Java/IKVM language support Source
Vala language support Source

Tarballs for the MonoDevelop dependencies can be found in the Mono sources page.

Compiling the following order will yield the most favorable response.

Getting MonoDevelop from the Subversion repository

MonoDevelop is hosted in Mono Subversion repository. To check the MonoDevelop source code out of Mono SVN, enter the following commands. If you have developer access, you should know what to do, module 'monodevelop'.

$ svn co svn+ssh://username@mono-cvs.ximian.com/source/trunk/monodevelop

If you don't have developer access, you can always use the anonymous mirror:

$ svn co svn://anonsvn.mono-project.com/source/trunk/monodevelop

Building MonoDevelop on Windows with Visual Studio

To build MonoDevelop with Visual Studio:

  • Install GTK# (you'll find the latest package here).
  • Get and run the Mono Libraries Installer.
  • Open the Main.sln solution under the 'main' directory and build it.
  • Add-ins not present in the main solution have to be opened and built individually.

You need at least Visual Studio 2008.