sudo apt-get install mono-complete
直接点击确认
网络还可以的情况下安装不到10分钟就完成了,可以检查一下安装是否成功。
mono -V
然后就可以用vs2010写一个程序测试了,至于最高支持到什么版本我也不知道,手头儿正好有2010。
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Test { class Program { static void Main(string[] args) { Console.WriteLine("Hello Mono, Hello MikuQ.com!"); } } }
怎么把生成的Test.exe放到板子上有很多种方法,还没有装samba以后讲吧,这里用的winscp,然后直接运行就可以了,效果帮不错!