[MonoDevelop] How to install the mono-develop IDE for mono 3.0.2 on Ubuntu 12.04.2 LTS 64?

Ian Norton ian.norton-badrul at thales-esecurity.com
Mon Mar 18 08:31:05 UTC 2013


On Sun, Mar 17, 2013 at 05:15:36PM +0000, Fnux wrote:
> Hi all,
> 
> I've downloaded mono-3.0.2 (from the mono-project.com web site), and for a
> specific purpose I've installed mono 3.0.2 in /usr/lib on my Ubuntu 12.04.2
> LTS 64 bit system using the following commands:
> 
> wget -O Downloads/mono-3.0.2.tar.bz2
> http://origin-download.mono-project.com/sources/mono/mono-3.0.2.tar.bz2 
> tar -C Downloads -xzvf Downloads/mono-3.0.2.tar.bz2
> cd Downloads/mono-3.0.2
> sudo ./configure --prefix=/usr
> sudo make
> sudo make install
> 
> Now, I'd like to download and install the mono-develop IDE, but I'm scared
> to use apt-get or synaptic since the Ubuntu standard installation install an
> old version of mono and furthermore doesn't install the shared libraries
> into /usr/lib.

Yes, the distro packages for mono tend to claim whole ownership over things in
/usr. For this reason there is the "parallel mono environment" which lets you
build and install a whole mono installation in any folder you wish.

http://www.mono-project.com/Parallel_Mono_Environments

If you are on ubuntu or debian I have a set of packages that you can install
that wind up in /opt/mono and wont mess up your distro's mono/cil stuff.

http://inorton.wordpress.com/2013/03/13/mono-3-0-6-gtk3-and-monodevelop-4-0/

Ian
 
> Any help to download the right IDE and to install it (or another one
> supporting mono 3.0.2) will be very appreciated.
> 
> TIA. 
> Fnux.
> 
> 
> 
> -----
> Don't start an argument during a diner. The one who's not hungry will have the last word!
> --
> View this message in context: http://mono.1490590.n4.nabble.com/How-to-install-the-mono-develop-IDE-for-mono-3-0-2-on-Ubuntu-12-04-2-LTS-64-tp4659054.html
> Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
> _______________________________________________
> 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