c++ - Compiling a Qt application for Mac OS X on Linux -
i'm developing qt application , need support linux, windows , mac os x. problem not own mac. possible compile application mac os x on linux , package in .dmg file?
i'm worried fact application depends on openssl, can compile openssl mac os x on linux machine?
thank you.
how want support mac if can't test if software works?
cross-compilation os x: doubt there solution out there (i'd love learn if is), you'd need whole sdk , toolchain that. .dmg file creation part, there question here:
how build dmg mac os x file (on non-mac platform)?
there should no need bundle openssl, it's part of every os x installation.
if want support mac need mac, access 1 (remote, rented etc.), or you. don't think have choice.
as accepted answer in
how compile os x in linux or windows?
suggests, can go macports in case develop free software. compiling on user's machine (think freebsd ports or gentoo's emerge). still, require testing.
Comments
Post a Comment