Application on Linux Server

BlitzMax Forums/BlitzMax Programming/Application on Linux Server

BLaBZ(Posted 2010) [#1]
I'm not to well versed when it comes to linux servers or BlitzMax so this may seem like a stupid question but I'm curious to know if it's possible to get a BlitzMax application to run on a linux server?

I'd like to make my game multiplayer and want to know if I could get a BlitzMax application on a linux server, execute it and have it run properly from the linux Terminal?

Thanks!


xlsior(Posted 2010) [#2]
Yes, you can.

You will need to compile the Linux executable on an actual linux machine though, the windows version of Blitzmax can't create linux executables.
(You CAN create a linux file on the Mac, if you're using Brucey's BMK NG compile chain)


Brucey(Posted 2010) [#3]
You CAN create a linux file on the Mac, if you're using Brucey's BMK NG compile chain

You do of course mean Windows. You can create Windows apps in BlitzMax on both Mac and Linux platforms.