QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: johnblood on May 17, 2020, 02:00:37 pm

Title: Is it possible to create multiple executable at once?
Post by: johnblood 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.
Title: Re: Is it possible to create multiple executable at once?
Post by: FellippeHeitor 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.
Title: Re: Is it possible to create multiple executable at once?
Post by: moises1953 on May 21, 2020, 05:13:10 am
May be, you may use cigwin to emulate linux on windows
https://www.cygwin.com/