QB64.org Forum
Active Forums => QB64 Discussion => Topic started 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.
-
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.
-
May be, you may use cigwin to emulate linux on windows
https://www.cygwin.com/