Setup Mono Development Environment on Linux Mint 12
Mono is an open source cross platform implementation of the C# CLR that is compatible with Microsoft.Net. This article will explain how to implement a Mono Development Environment on Linux Mint 12 (This will work with most Debian derivative Linux distros)
Update your system
Run at a terminal the following:
sudo apt-get update sudo apt-get upgrade
Install MonoDevelop
The open source IDE for Mono Development is MonoDevelop, this can be installed by running the following:
sudo apt-get install monodevelop
Now you are read to start, MonoDevelop will now be installed under programming in you Menu.
Categories: Development, Linux c#, C# Linux, C# Mono, Debian, Install MonoDevelop, Linux Mint, Mono, Mono Develop, MonoDevelop, Setup MonoDevelop