0

I need to compile my application for both PC and Mac, but I don't have access to Mac in my area (very rare, mostly PC). My application written in Python with 2 C++ modules, I used pyInstaller for Python and MinGW for C++ in PC, but question is for Mac?

What can I do? is there any OS emulator or something helpful out there?

Unihedron
  • 10,902
  • 13
  • 62
  • 72
mancer
  • 39
  • 5

2 Answers2

2

You can emulate Apple OS and any other OS on VMWare.

Y.A.P.
  • 528
  • 4
  • 12
0

You should take a look here, there are a few tools for cross compiling python. I particularly like pyinstaller.

giodamelio
  • 5,465
  • 14
  • 44
  • 72