Author Topic: Porting code for use on a Mac  (Read 2486 times)

0 Members and 1 Guest are viewing this topic.

Offline lawsonm1

  • Newbie
  • Posts: 64
    • View Profile
Porting code for use on a Mac
« on: January 06, 2020, 09:45:23 am »
I wrote a program and I run it on my Windows 8/10 machines at home. I have a friend that has an Apple Macbook and wants to use the program as well. Is there a way that I can port the code on my machine, so it can run on a Macbook? Or do I have to have them install the macOS version on their Macbook, and compile/run my source code? In my younger days with assembly language, we used to call them cross-compilers..... Thanks, Mike

FellippeHeitor

  • Guest
Re: Porting code for use on a Mac
« Reply #1 on: January 06, 2020, 10:24:13 am »
QB64 cannot cross-compile. You'll have to compile it on a macOS machine to distribute the binary (or instruct your friend to compile it themselves).

Offline lawsonm1

  • Newbie
  • Posts: 64
    • View Profile
Re: Porting code for use on a Mac
« Reply #2 on: January 06, 2020, 04:58:12 pm »
Yep, I figured that; but wanted to ask anyway. Thank you for the help. Mike