[MonoDevelop] Building Monodevelop For Some Version of Linux

Ian Norton ian.norton-badrul at thales-esecurity.com
Tue Nov 1 14:40:00 EDT 2011


I built mono from source and all of the rest of the mono bits I needed (
gtk-sharp, mono-tools, gnome-sharp etc )

And then just built using the normal ./configure && make && make install and
MD 2.8.1 works for me.

I was using mono 2.10.2 from source.

If you build using the trunk github compiler you'll need to somehow tell gmcs
to append -sdk:2 when building gtk-sharp etc else quite alot of things
(compiled for .net 2.0 with gtk-sharp)  will suddenly not work any more.

(I just made a simply shell script ahead of gmcs on the path)

HTH

Ian

On Tue, Nov 01, 2011 at 06:30:17PM +0000, Bradley M. Small wrote:
> Is there an updated, and perhaps more generic set of instructions on
> building MD other than:
> 
> http://monodevelop.com/Developers/Articles/Building_MonoDevelop_on_Ubuntu

> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list



More information about the Monodevelop-list mailing list