Wednesday, December 02, 2009

Howto compile Monodevelop 2.2 from trunk in Ubuntu 9.10

I wanted to try out the new monodevelop 2.2 beta in Ubuntu but had some trouble installing it, so I thought i'd share.

sudo aptitude remove monodevelop
sudo apt-get build-dep monodevelop
sudo aptitude install subversion gnome-sharp2 libmono-microsoft-build2.0-cil

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

cd monodevelop-svn
./configure --profile=core
make
sudo make install