Mono之旅(二).移植C#程序到linux
linux使用的版本是Linux wc-virtual-machine 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 15:31:16 UTC 2013 i686 i686 i386 GNU/Linux
1.首先安装ubunto
参考http://wenku.baidu.com/view/e1d7c66aa98271fe910ef9e5.html
2.安装ubunto之后可能遇到的一些问题参考
http://www.cnblogs.com/SelaSelah/archive/2013/02/17/2914412.html
3.在ubunto上安装mono参考
http://www.linuxdot.net/bbsfile-3090
4.如果是在ubuntu上发布web程序需要安装服务器软件
我使用的是jexus 5.4安装方法参考
http://www.cnblogs.com/linqingfeng/p/3405696.html
5.如果是form程序,可以在window下写好程序之后,把源文件放在ubuntu下mono编译
主要使用mcs(相当于framework 里面的csc命令)和mono命令
部署参考http://www.linuxdot.net/bbsfile-3354
6,如果是webform程序可以在jexus下直接发布,具体参考jexus 5.4的详细文档
posted on 2013-11-13 14:35 Bright Leopold 阅读(1123) 评论(0) 收藏 举报