Cross Platform Development

Soldato
Joined
7 Apr 2004
Posts
4,212
Hi,

Im shortly gonna be doing some development work on Linux with GCC, and want to cross-compile to give me binarys for both Windows and OSX, firstly is this possible? Secondly could anyone explain how its done, or point me to a guide.

Im basically gonna have all my program logic in a C++ library, then im using Qt for cross-platform GUI support. So baring this in mind can i compile everything under one OS? or will i have to compile under each OS?

Thanks a lot,

Jack
 
Soldato
OP
Joined
7 Apr 2004
Posts
4,212
Ok thanks a lot guys, I already have a set of virutal machines set up for testing purposes, so it sounds like i might be better off just sharing the source and compiling independatly under each OS then doing testing. Probably less hassel in the long run.
 
Back
Top Bottom