Objective C on Windows or Linux

后端 未结 4 1290
一生所求
一生所求 2021-02-15 13:09

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

How would I compile obj-c on Windows or Linux? I would prefer Windows, but Linux would be OK.

相关标签:
4条回答
  • 2021-02-15 13:51

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

    0 讨论(0)
  • 2021-02-15 14:02

    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.)

    0 讨论(0)
  • 2021-02-15 14:02

    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 讨论(0)
  • 2021-02-15 14:03

    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.

    0 讨论(0)
提交回复
热议问题