Install Mono and MonoDevelop in CentOS 7
MonoDevelop is an open source integrated development environment on a Linux platform. It is mainly used to develop Mono and. NET Framework software. MonoDevelop integrates many features of Eclipse and Microsoft Visual Studio, such as intelliisense, version control, and GUI and Web design tools. In addition, GTK # GUI Design Tool (Stetic) is integrated ). Currently, Supported languages include C #, Java, BOO, Nemerle, Visual Basic. NET, pencil, C, and C ++.
Download the CentOS 7 wash and install Mono and MonoDevelop.
All this operation is in root mode.
1. Execute rpm -- import "http://keyserver.Ubuntu.com/pks/lookup? Op = get & search = 0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
2. Execute the yum-config-manager -- add-repo http://download.mono-project.com/repo/centos/
1-2 Add the resource environment Used for mono Installation
3. Run yum install mono to install the installation package as prompted.
4. Install libgdiplus
A. mkdir/var/local/src create a folder
B. cd/var/local/src
C. wget http://download.mono-project.com/sources/libgdiplus/libgdiplus-3.12.tar.gz download the file
D. tar-zxvf libgdiplus-3.12.tar.gz unzip the downloaded file
E. cd libgdiplus-3.12 go to extract folder
F ../configure the installer
G. make & make install compile and install
5. Install gtk-sharp
A. cd/var/local/src enter the file to be created
B. wget http://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-2.12.26.tar.gz download the file
C. tar-zxvf gtk-sharp-2.12.26.tar.gz unzip the downloaded file
D. cd gtk-sharp-2.12.26 go to extract folder
E../configure the installer
F. make & make install compile and install
6. install monodevelop yum install monodevelop
After the installation is complete, it is OK.
Configure ASP. NET (Apache + Mono) in Linux (Ubuntu/openSUSE/CentOS)
Configure the Linux (Apache) + Mono to run asp.net
How to upgrade Mono
Idea about running ASP. NET 4 website in Mono 3.0
Install Mono and Jexus on Ubuntu to build the. NET Runtime Environment