+ 2
What modifications are required in geany compiler so that i can compile c# codes on it?
2 Respuestas
+ 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).
0
thanks a lot