PDA

View Full Version : whats are the steps to execute a program in linux which is developed in windows?



aurora
18th January 2012, 04:02
I am using "Qt Creator 2.3.0 ,Based on Qt 4.7.4 (32 bit)"
I developed a GUI program which executes correctly in windows now i want to get its executable, to run in linux. Please tell me how can i do that?

ChrisW67
18th January 2012, 04:20
You can't.
Anticipating your next question, you need to build the source on the Linux machine to get a Linux executable.
Anticipating the question after that, you need to fix all the things you have done in your program that are Windows specific.