开发者

Objective C on Windows or Linux

开发者 https://www.devze.com 2023-01-06 10:53 出处:网络
I would like to learn objective-c, but don\'t have a Mac. How would I开发者_StackOverflow中文版 compile obj-c on Windows or Linux?

I would like to learn objective-c, but don't have a Mac.

How would I开发者_StackOverflow中文版 compile obj-c on Windows or Linux? I would prefer Windows, but Linux would be OK.


GCC has an objective-C compiler. You may also want to investigate the GNUStep tools, which provide a clone of the OpenStep APIs (Which Cocoa is based on.)


You can use gcc to compile objective c as suggested by the previous answers. But one thing is if you are planning this for iPhone development then mac is a must as the framework, simulator etc. are not available in other platforms.


http://gnustep.org/ -- no experience using it, but it might be worth a shot.


If you just want to experiment, there's an Objective-C compiler for .NET (Windows) here: http://www.qckapp.com/index.html?p=ObjC

0

精彩评论

暂无评论...
验证码 换一张
取 消