简体   繁体   English

适用于OSX 10.9.2的Mono的初学者

[英]beginner on mono for osx 10.9.2

I'm a complete beginner to mono & c#. 我是mono&c#的完整入门者。 I have source code for this public domain windows app that looks like is written in c#. 我有这个公共域Windows应用程序的源代码,看起来像是用C#编写的。 Is it true I can use mono to compile it for mac? 我可以使用mono来为Mac编译吗? Or does mono allow me to run the windows .exe directly on mac? 还是Mono允许我直接在Mac上运行Windows .exe? It's been decades since I compiled anything so if someone can point me to where I should start that would be great. 自从我编写任何东西以来已有几十年了,因此如果有人可以指出我应该从哪里开始,那将是很棒的。 Thanks a lot. 非常感谢。

Is it true I can use mono to compile it for mac? 我可以使用mono来为Mac编译吗?

Yes. 是。

Or does mono allow me to run the windows .exe directly on mac? 还是Mono允许我直接在Mac上运行Windows .exe?

If that .exe is managed (compiled with .NET) and doesn't have unmanaged dependencies, yes too. 如果该.exe是托管的(与.NET编译),并且没有非托管的依赖项,那么也可以。

It's been decades since I compiled anything so if someone can point me to where I should start that would be great. 自从我编写任何东西以来已有几十年了,因此如果有人可以指出我应该从哪里开始,那将是很棒的。

Download Xamarin Studio, start coding. 下载Xamarin Studio,开始编码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM