macos Amazon EC2 上的 Apple Mac 映像?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5137765/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Apple Mac image on Amazon EC2?
提问by olix20
I found that to start with apple app development you need to have some sort of Mac. I wonder if one may load an image of an Mac OSx on an Amazon EC2 instance for this purpose.
我发现要开始开发苹果应用程序,您需要拥有某种 Mac。我想知道是否可以为此目的在 Amazon EC2 实例上加载 Mac OSx 的图像。
回答by Steven Schlansker
Not going to work. EC2 uses Xenfor its virtualization technology, and the chance of a Mac Xen port is pretty much nil, due to Apple's famously tight control over their operating system. Your best bet is probably to pony up for a Mac Mini; they're relatively cheap and could make a good starter dev box.
不去上班。EC2 使用Xen作为其虚拟化技术,而 Mac Xen 端口的可能性几乎为零,因为 Apple 对其操作系统的严格控制是众所周知的。您最好的选择可能是购买 Mac Mini;它们相对便宜,可以制作一个很好的入门开发盒。
You want a local one anyway. You'll be running IDEs and a bunch of interactive utilities; latency from using a remote desktop will make everything just that much more difficult.
无论如何,你想要一个本地的。您将运行 IDE 和一堆交互式实用程序;使用远程桌面的延迟将使一切变得更加困难。