问题
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