Download
From MonoDevelop
The latest stable version of MonoDevelop is 1.0. See the release announcement.
The latest unstable version of MonoDevelop is 2.0 Alpha 1 (1.9). You can download it from the Download - Unstable page.
| Table of contents |
Source Code Tarballs
Tarballs for MonoDevelop and optional add-ins:
| MonoDevelop 1.0 | Source (http://go-mono.com/sources/monodevelop/monodevelop-1.0.tar.bz2) |
| Database support | Source (http://go-mono.com/sources/monodevelop-database/monodevelop-database-1.0.tar.bz2) |
| Boo language support | Source (http://go-mono.com/sources/monodevelop-boo/monodevelop-boo-1.0.tar.gz) |
| Java/IKVM language support | Source (http://go-mono.com/sources/monodevelop-java/monodevelop-java-1.0.tar.gz) |
Tarballs for the MonoDevelop dependencies can be found in the Mono sources page (http://go-mono.com/sources-stable).
Compiling the following order will yield the most favorable response.
- Mono.Addins 0.3.1 (http://go-mono.com/sources/mono-addins/mono-addins-0.3.1.tar.bz2)
- Gtk# 2.8.4 (http://go-mono.com/sources/gtk-sharp-2.0/gtk-sharp-2.8.4.tar.bz2)
- Gtksourceview#-2.0 0.10 (http://go-mono.com/sources/gtksourceview-sharp-2.0/gtksourceview-sharp-2.0-0.10.tar.gz)
- Monodoc 1.2.6 (http://go-mono.com/sources/monodoc/monodoc-1.2.6.zip)
- MonoDevelop Source (http://go-mono.com/sources/monodevelop/monodevelop-1.0.tar.bz2)
Packages
Packages for several distros are available at the Mono Downloads (http://www.go-mono.com/mono-downloads/download.html) page.
Running On OSX
The recently updated Mono 1.2.6 package for MacOS X contains Imendio's Native Gtk+ for OSX (http://developer.imendio.com/projects/gtk-macosx), Gtk# and MonoDevelop 0.18.1 with Mac support. It is now available from Mono's downloads (http://www.go-mono.com/mono-downloads/download.html) page.
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

Powered by MediaWiki