C# on OS X and Linux?

点点圈 提交于 2020-01-11 10:17:32

问题


I have an application coded from Visual C# Express 2008. I want to port that application to a Mac OS X *.app and a Linux application. How do I go about doing that? Are there any compilers available on the internet that I can download to have it parse my C# source codes and output the other OS counterparts ?


回答1:


Mono: http://www.mono-project.com/Main_Page




回答2:


You need to use the Mono project which supports all these platforms. You may need to re-work your project to deal with any Windows specific code or features specific to the MS .net implementation.



来源:https://stackoverflow.com/questions/5865060/c-sharp-on-os-x-and-linux

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!