Ubuntu下编译运行C#——mono tools

编译C#代码用mono-csc,直接编译成二进制可执行文件:

1 mono-csc a.cs b.cs c.cs d.cs

如果一个工程里文件很多,可以使用通配符“*”:

1 mono-csc *.cs

 

posted @ 2016-05-24 16:55  0xAC  阅读(1663)  评论(0编辑  收藏  举报