[MonoDevelop] monodevelop-0.11 howto on dapper drake

marius popa mapopa at gmail.com
Thu May 25 05:36:35 EDT 2006


I have installed monodevelop with sudo apt-get install monodevelop (0.10 in
dapper)
but i wanted something new on my machine  and mono version was quite old
(default on dapper)
Remove the old version
sudo apt-get remove mono monodevelop


freetype2, fontconfig, Xft2 and libpng are needed for cairo and varius
libraries for mono and monodevel

sudo apt-get install libglib2.0-dev libpng3-dev llibxft2 libttf2
xserver-xorg-dev xorg-dev gnome-devel libxml-sax-expat-perl libtiff4-dev
libjpeg62-dev libgtkhtml2-dev libvte-dev

wget http://go-mono.com/sources/libgdiplus/libgdiplus-1.1.15.tar.gz
tar zxf libgdiplus-1.1.15.tar.gz
cd libgdiplus-1.1.15
./configure --prefix=/usr
make;sudo make install;cd ..

wget http://go-mono.com/sources/mono/mono-1.1.15.tar.gz
tar zxf mono-1.1.15.tar.gz
cd mono-1.1.15
./configure --prefix=/usr
make;sudo make install;cd ..



wget http://go-mono.com/sources/gtk-sharp-2.8/gtk-sharp-2.8.2.tar.gz
tar zxf gtk-sharp-2.8.2.tar.gz
cd gtk-sharp-2.8.2
./configure --prefix=/usr
make;sudo make install;cd ..


wget
http://go-mono.com/sources/gtksourceview-sharp-2.0/gtksourceview-sharp-2.0-0.10.tar.gz
tar zxf gtksourceview-sharp-2.0-0.10.tar.gz
cd gtksourceview-sharp-2.0-0.10
./configure --prefix=/usr
make;sudo make install;cd ..


monodoc and mcs need to be in the same directory - that is why i move it

wget http://go-mono.com/sources/monodoc/monodoc-1.1.13.tar.gz
tar zxf monodoc-1.1.13.tar.gz
mv monodoc-1.1.13 mono-1.1.15
cd mono-1.1.15/monodoc-1.1.13
./configure --prefix=/usr
make;sudo make install;cd ..;cd..

wget http://go-mono.com/sources/gecko-sharp-2.0/gecko-sharp-2.0-0.11.tar.gz
tar zxf gecko-sharp-2.0-0.11.tar.gz
cd gecko-sharp-2.0-0.11
./configure --prefix=/usr
make;sudo make install;cd ..


wget http://go-mono.com/sources/monodevelop/monodevelop-0.11.tar.gz
tar xvf monodevelop-0.11.tar.gz
cd monodevelop-0.11
./configure --prefix=/opt/monodevelop
make;sudo make install;cd ..

/opt/monodevelop/bin/monodevelop

-- 
developer flamerobin.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20060525/f49e13b8/attachment.html


More information about the Monodevelop-list mailing list