[MonoDevelop] MonoDevelop V 4.x for Ubuntu 12.04.

Marty McGlensey mmcg29440 at frontier.com
Sat Jul 6 13:34:29 UTC 2013


Hello,

 

I using version 2.8 of MonoDevelop on Ubuntu 12.04 to write VB programs. I'd
like to update to v 4.X. I found that there are no packages for version 4
(Ubuntu) on the official site. Is version 4 compatible with Ubuntu 12.04? If
so how should I install it?  I did find the script below on the internet.
Will it work? 

 

monodevelop4-build.sh

 

#!/bin/bash

 

sudo apt-get install build-essential automake checkinstall intltool git

sudo apt-get install mono-complete mono-addins-utils gtk-sharp2 gnome-sharp2

git clone git://github.com/mono/monodevelop

cd monodevelop

git checkout monodevelop-4.0

git submodule update --init --recursive

./configure

make

sudo checkinstall

 

One of the major failings of V 2.8 is that it does not offer a way of adding
VB forms to a project. Hopefully this will be added in the future.

 

Marty

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20130706/09cbdd7b/attachment.html>


More information about the Monodevelop-list mailing list