Notes on installing the mono development environment in Ubuntu

Source: Internet
Author: User
First, you need to use apt-get to install the basic mono software package. In this case, it is best to install the other two software packages: monodevelop, a mono development environment similar to Visual Studio (although far less complex than Visual Studio) in some aspects, and monodoc that provides help and technical documentation. Apt-getinstallmonomonodevelopmonodocapt-getinstallmono-utilsm

First, you need to use apt-get to install the basic mono software package. In this case, it is best to install the other two software packages: monodevelop, a mono development environment similar to Visual Studio (although far less complex than Visual Studio) in some aspects, and monodoc that provides help and technical documentation.

Apt-get install mono monodevelop monodoc

Apt-get install mono-utils mono-xsp monodoc-http

If you want to perform some development work from the Ubuntu terminal, mono-utils can provide you with some useful tools. Monodoc-http provides the monodoc manual in the form of Web services. It must be an independent mono-xsp Web server to run. Mono includes mono C # compiler mcs, but it can only be compiled. NET 1.1 code, if you want to use. NET 2.0 C # features (such as very helpful generics), then you need gmcs:

Apt-get install mono-gmcs

If you plan to write your code using monodevelop, you can install many software packages supported by SVN, Java, NUnit, Boo, and MonoQuery:

Apt-get install monodevelop-versioncontrol monodevelop-java monodevelop-nunit monodevelop-boo monodevelop-query

Similarly, if you plan to use monodoc (strongly recommended), you can install the manual for the Toolbox you will use.

Apt-get install monodoc-nunit-manual monodoc-ipod-manual monodoc-gtk2.0-manual

Related Article

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.