Free C # Compiler on Unix

I need a free compiler for C # on Unix. Someone please point me to the packages or better, use the terminal commands in Mint to install the software [sorry I'm low with Unix]?

+4
source share
2 answers

Try http://mono-project.com

Just enter the terminal

sudo apt-get install mono-devel 

You may also need a development environment with support for MonoDevelop for .NET.

 sudo apt-get install monodevelop 
+9
source

Mono comes with several C # compilers .

+5
source

All Articles