How-To build MonoDevelop on Ubuntu

Download latest MonoDevelop Source Version

git clone https://github.com/mono/monodevelop.git
cd monodevelop/
git submodule update --init --recursive

Install additional Software

sudo apt-get install libglade2-dev gnome-sharp2 gtk-sharp2
mozroots --import --sync

Configure and Compile latest MonoDevelop from Sources

./configure
make

Run new compiled and build MonoDevelop

make run

Install the new compiled MonoDevelop

sudo checkinstall

Further Documentation


CategorySoftware

monodevelop (last edited 2015-05-01 23:27:20 by zux182-249)