[MonoDevelop] Can't keep monodevelop running

Dale Moore dem at mooreworks.org
Sun Nov 25 18:55:52 EST 2007


Hi Neil;

Here's what I did on my Ubuntu 7.10:

sudo apt-get build-dep mono monodevelop
Download mono-1.2.5.2.tar.bz2<http://go-mono.com/sources/mono/mono-1.2.5.2.tar.bz2>and
monodevelop-0.17.tar.bz2<http://go-mono.com/sources/monodevelop/monodevelop-0.17.tar.bz2>from
http://go-mono.com/sources-stable/.

bunzip2 mono-1.2.5.2.tar.bz2
tar xvf mono-1.2.5.2.tar
cd mono-1.2.5.2
./configure -prefix=`pkg-config --variable=prefix mono`
make
sudo make install

bunzip2 monodevelop-0.17.tar.bz2
tar xvf monodevelop-0.17.tar
cd monodevelop-0.17
./configure -prefix=`pkg-config --variable=prefix mono`
make
sudo make install

Good luck,
Dale E. Moore
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20071125/3b310165/attachment.html 


More information about the Monodevelop-list mailing list