Install mono3.2.1 on Linux mint

Source: Internet
Author: User

Linux mint installation mono3.2.1 Mono is an open-source project created by Novell Corporation (initiated by Ximian and led by Miguel de lcaza) to create. NET in Linux. It contains a C # Language compiler, a clr runtime, and a group of class libraries, and implements ado net and asp net. Enables developers to use C # To develop programs in Linux .) Project. the goal of this project is to create a series of standards-compliant ECMA (Ecma-334 and Ecma-335. net tool, including the C # compiler and the Common Language (CL) Execution Platform (Platform ). and Microsoft's.. Net, the Mono Project can run not only in Windows, but also in Linux, FreeBSD, Unix, Mac OS X, and Solaris. Mono-3.2.1.tar.bz2 is the latest version of monocurrently. In the past two days, I tried to build the mono Development Environment on Linux mint. The following is the installation process: download the latest mono on the mon official website. I downloaded the mono source code and compiled and installed it myself. Decompress the downloaded file, 1 $ tar jxvf mono-3.2.1.tar.bz2 open mono source code folder 1 $ cd mono-3.2.1 get administrator privileges through command su 1 $ su compile and install mono to/opt/mono folder, it may take about one hour to complete the installation. wait patiently for 1 $ sudo. /configure -- prefix =/opt/mono; make; after installation is complete, update ~ /. Profile file 1 $ echo export PKG_CONFIG_PATH =/opt/mono/lib/pkgconfig: $ PKG_CONFIG_PATH >> ~ /. Profile1 $ echo export PATH =/opt/mono/bin: $ PATH >> ~ /. Profile1 $ source ~ /. By now, the mono installation has been completed. Check the following mono versions to see if 1 $ mono-V mono has been successfully installed, later, I will sort out and release how to install MonoDevelop4.0.

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.