Ubuntu9.10 install mono monodevelop

Source: Internet
Author: User

Playing mono these days

// Install necessary packages to avoid compilation errors

Sudo apt-Get install build-essential # This will install basic programming tools such as gcc/g ++/GDB/make

Sudo apt-Get update

Download mono-2.6.3 http://ftp.novell.com/pub/mono/sources/mono/

Wget http://ftp.novell.com/pub/mono/sources/mono/mono-2.6.3.tar.bz2

Download and decompress

Tar jvxf mono-2.6.3.tar.bz2

CD mono-2.6.3

./Configure -- prefix =/usr

If the message "bison" is missing

Sudo apt-Get install bison

If gettext is missing

Sudo apt-Get install gettext

If glib-2.0 is missing

Sudo apt-Get install libglib2.0-Dev

If successful

Make

Sudo make install

It takes some time to compile

After installing mono-V, check whether the mono version is displayed.

My name is 2.6.3.

Sudo apt-Get install PKG-config # used to automatically find the header file and library file location when compiling the GTK Program

 

Install GTK-sharp now

My next example is gtk-sharp-2.12.10.tar.bz2

Http://ftp.novell.com/pub/mono/sources/gtk-sharp212/gtk-sharp-2.12.10.tar.bz2

The pango package cannot be found when editing the file.

Google: Enter the following command

Sudo apt-Get install build-essential libgtk2.0-Dev

Well

Next Security monodevelop http://ftp.novell.com/pub/mono/sources/monodevelop/monodevelop-2.2.2.tar.bz2

Compile as above

Tar jvxf monodevelop-2.2.2.tar.bz2

CD monodevelop-2.2.2

./Configure -- prefix =/usr

Make

Sudo make install

 

Now, the installation is complete.
An monodevelop-2.2.2 is still relatively smooth, the main is a little trouble, relying on too many packages

 

 

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.