Comments on Monodevelop on Ubuntu (amd64)
I have installed monodevelop with sudo apt-get install monodevelopbut it crashed on my machine (amd64) and mono version was quite old 1.1.8.3 (default on breezy)Remove the old version apt-get remove mono monodevelopwget http://go-mono.com/sources/libgdiplus-1.1/libgdiplus-1.1.10.tar.gztar zxf libgdiplus-1.1.10.tar.gzcd libgdiplus-1.1.10 ./configure --prefix=/usrmake;sudo make install;cd ..wget http://go-mono.com/sources/mono-1.1/mono-1.1.10.tar.gztar zxf mono-1.1.10.tar.gzcd mono-1.1.10 ./configure --prefix=/usrmake;sudo make install;cd ..
5 Comment(s)
Comments
Will this work on ubuntu i386? ubuntu 5.04 ?
also you can try it on ubuntu 5.04 (hoary)
an better idea is to upgrade from hoary -> breezy, is painless
Just FYI ... on my very vanilla Ubuntu 5.10 i386 box, I found that I had to add a large number of other packages not mentioned just to get libgdiplus to run through configure cleanly.
Simple stuff like libpng. In fact, I'm not done yet since Cairo is having trouble accepting the FreeType package that is available through Synaptic.
and here is the list of packages that i have installed as first step (one line) the rest of the install went smooth
sudo apt-get install gcc binutils-doc manpages-dev autoconf automake1.9 libtool flex bison gcc-doc gcc-4.0-doc gcc-4.0-locales libc6-dev-amd64 lib64gcc1 libc6-dev libglib2.0-dev libpng3-dev libxft2 libttf2 gnome-devel libtiff4-dev libxml-sax-expat-perl libjpeg62-dev libvte-dev libgtkhtml2-dev libgtkhtml3.6-dev libungif4-dev
gtksourceview-sharp-2.0 and monodevelop-0.9 both require gnome-sharp-2.0 version 2.4.0 or greater. Currently the highest version available for the amd64 on Ubuntu and Debian is 2.3.92, so make fails on both of these.