Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install MONO on Linux system

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article will explain in detail how to install MONO on the Linux system. The editor thinks it is very practical, so I share it with you for reference. I hope you can get something after reading this article.

About MONO: the MONO project is initiated by Ximian and led by Miguel de lcaza, an open source project dedicated to creating .NET for use on Linux. It contains a C # language compiler, a CLR runtime, and a set of class libraries, and implements ADO.NET and ASP.NET. Enables developers to develop programs in C # in Linux.

The MONO project should be good news for both Linux and C # developers, especially C # developers will believe that .NET will enter the Linux system, and .NET will become a standard technology common to Windows and Linux, thus greatly weakening the cross-platform advantage of Java, thus enabling .NET to win a key battle in the protracted war with Java. Many people have high expectations for the MONO project, and Microsoft often uses the MONO project as a means to show its openness.

Linux system installation Mono installation specific steps: 1. Download mono source code https://github.com/mono/mono/archive/mono-5.12.0.226.zip

2. Installation step: put the mono-5.12.0.226 version on the machine to be installed. / configure (need to install cmake, you can install it with apt-get install cmake) execute the command make (make is used to compile, it reads instructions from Makefile, and then compiles) executes the command make install (for installation, it also reads instructions from Makefile Install to the specified location) 123453, installation instruction sudo-iu root apt-get install build-essential Apt-get install cmake; cd / home/username/mono-5.12.0.226/ chmod-R 777.. / mono-5.12.0.226. / configure make make install on "Linux system how to install MONO" this article is shared here, I hope the above content can be of some help to you, so that you can learn more knowledge, if you think the article is good, please share it out for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report