i building cross platform app. built windows 8, ios, android , windows 7.
problem: on server have 4 different code bases. 1 windows 8, 1 windows 7, 1 android , 1 ios. of back-end , scripts going change code base. every time there change apps need built/compiled on server. (am using phonegap)
can build/compile these apps on linux server ? if no best solution?
do need separate servers different apps ? ios(ios server), windows 8(windows 8 server), windows 7(windows 7 server) , android(linux server) ?
edits: know need windows8 , ios apps. going test on these os in development environment , update on server clients. after want change content in apps. creating backend, of scripts update code base new data. these apps have built in production environment there itself. i.e needs automated.
beware: wrong answer; deleted/undeleted because of comments. phonegap looks complex!
can build/compile these apps on linux server?
yes can. whether sane or not issue.
however, can mingw
cross compiler on linux machine. capable of building binaries windows 7 , 8; have absolutely done this. also, possible make ios cross compiler linux. issue need headers , libraries. ie, need complete shadow development directory on linux.
none of simple. if have ubuntu/debian, pretty sure supplies mingw packages.
this question skirts bounds of being program related.
Comments
Post a Comment