What modifications are required in geany compiler so that i can compile c# codes on it? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What modifications are required in geany compiler so that i can compile c# codes on it?

8th Jun 2017, 5:39 PM
Shaunak Pai Kane
Shaunak Pai Kane - avatar
2 Answers
+ 2
In order to run or/and build C# projects you need .net command line tool set (or mono, but dot net is available on every major platform now). Look for .net on the internets, install, have fun. Also you can try with Roselyn compiler (available on MS github account).
28th Aug 2017, 2:55 PM
Edwin J
Edwin J - avatar
0
thanks a lot
29th Aug 2017, 4:11 AM
Shaunak Pai Kane
Shaunak Pai Kane - avatar