Cross compile windows 64 bit .exe from linux

拥有回忆 提交于 2019-12-09 04:44:47

问题


I know that if I want to compile a 32 bit .exe for windows on Linux I can just install and use the mingw32 package (e.g. apt-get install mingw32) on linux. What if I want to compile a windows .exe that is 64 bit? Is there tools or a method to do this?


回答1:


It looks like my answer lies with the Mingw-w64 project which is available for host OSes Linux, Darwin & Windows



来源:https://stackoverflow.com/questions/2689813/cross-compile-windows-64-bit-exe-from-linux

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!