Can I program for Macs without owning one?

后端 未结 3 1859
悲哀的现实
悲哀的现实 2020-12-19 12:51

I\'m programming a game using C++ and OpenGL/SDL, using Visual Studio as my IDE. I don\'t own a Mac, nor am I even vaguely familiar with the platform. But I want to releas

3条回答
  •  囚心锁ツ
    2020-12-19 13:41

    Firstly you can't cross-compile for a Mac. You will need their "gcc". The Mac Universal binary can be created (theoretically) on a PC, but practically its not possible yet.

    VS2010 cannot compile for Mac, although if you're going to use a different language perhaps then you can code for Macs(such as in Python).

    Any cross platform languages will help. Python, Java, Ruby, Perl

提交回复
热议问题