Author Topic: Is it possible to create multiple executable at once?  (Read 1326 times)

0 Members and 1 Guest are viewing this topic.

Offline johnblood

  • Newbie
  • Posts: 15
Is it possible to create multiple executable at once?
« on: May 17, 2020, 02:00:37 pm »
I'm working on a game and would like to make it available on itch.io for at least Windows and Linux. Is it possible to create executables for both on my Windows system? As far as I can tell, I would need to compile each on a different system. With FreeBasic, you can use a command-line argument to compile for multiple systems.

Thanks.

FellippeHeitor

  • Guest
Re: Is it possible to create multiple executable at once?
« Reply #1 on: May 17, 2020, 03:13:57 pm »
QB64 will generate binaries for the platform you're running it from, so you'll need to run on a mac to get the macOS binary and so forth.

Offline moises1953

  • Newbie
  • Posts: 55
Re: Is it possible to create multiple executable at once?
« Reply #2 on: May 21, 2020, 05:13:10 am »
May be, you may use cigwin to emulate linux on windows
https://www.cygwin.com/