Possible Duplicate:
Cross compile in Linux or Windows?
Does this involve the mkspecs?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This may help This is cross-compiling and if I were you I’d simply recompile in Windows to keep things simple.
General advice: keep your source code and build chain as platform-independent as possible. CMake will help you stay honest here.
When on Linux, CMake will generate a Makefile environment.
If you take the exact same source tree into Windows, CMake will generate a Visual Studio project.