MonoDevelop is an open source integrated development environment on a Linux platform that is used primarily for the development of mono and. NET Framework software. MonoDevelop integrates many of the features of Eclipse and Microsoft Visual Studio, such as Intellisense, versioning, and GUI and Web design tools. In addition, gtk# GUI design tools (called stetic) are integrated. The languages currently supported are C #, Java, BOO, Nemerle, Visual Basic. NET, CIL, C, and C + +.
Simple and straightforward tutorial download the CentOS 7 wash installation mono and monodevelop process.
This time all operations are in root mode
1. Perform rpm--import "Http://keyserver.Ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
2. Execute Yum-config-manager--add-repo http://download.mono-project.com/repo/centos/
1-2 adding a resource environment for the mono installation
3. Follow the prompts to install the Yum Install Mono installation package
4. Installing Libgdiplus
A.mkdir/var/local/src Creating a Folder
B.CD/VAR/LOCAL/SRC Enter Create file
C.wget http://download.mono-project.com/sources/libgdiplus/libgdiplus-3.12.tar.gz Download file
D. TAR-ZXVF libgdiplus-3.12.tar.gz unzip the download file
E.cd libgdiplus-3.12 into the Unzip folder
F.. /configure Configuring the Setup program
G.make && make install compiles and installs
5. Installing Gtk-sharp
A.CD/VAR/LOCAL/SRC Enter Create file
B.wget http://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-2.12.26.tar.gz Download file
C. tar-zxvf gtk-sharp-2.12.26.tar.gz unzip the download file
D.cd gtk-sharp-2.12.26 into the Unzip folder
E.. /configure Configuring the Setup program
F.make && make install compiles and installs
6. Installing MonoDevelop yum Install MonoDevelop
Finished installing the achievement OK.
Configure ASP (Apache + Mono) under Linux (Ubuntu/opensuse/centos) http://www.linuxidc.com/Linux/2013-07/87599.htm
Configure Linux (Apache) + Mono to run ASP. http://www.linuxidc.com/Linux/2013-07/87598.htm
How to upgrade Mono http://www.linuxidc.com/Linux/2013-06/85391.htm
Ideas for running the ASP. NET 4 site under Mono 3.0 http://www.linuxidc.com/Linux/2013-06/85394.htm
Install mono and Jexus on the Ubuntu operating system to build. NET operating Environment http://www.linuxidc.com/Linux/2013-06/85388.htm
CentOS7 Installing mono and MonoDevelop