Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free C# compiler in Unix

Tags:

c#

unix

I am in need of a free compiler for C# language in Unix. Would someone please point me to the packages or better, use of terminal commands in Mint to install the software [sorry i am low with Unix system]?

like image 287
Baby Dolphin Avatar asked Dec 06 '22 19:12

Baby Dolphin


1 Answers

Try out http://mono-project.com

Just type in terminal

sudo apt-get install mono-devel

Also you may need MonoDevelop - free IDE for .NET languages

sudo apt-get install monodevelop
like image 98
4 revs, 2 users 92% Avatar answered Dec 11 '22 08:12

4 revs, 2 users 92%