如何编译 C++在 Linux 上制作 Windows 二进制文件
我们这里没有windows,我怎样才能为某些人编译这个程序?有没有某种 Wine for linux 程序可以在 windows 上运行或者什么。
Possible Duplicate:
Howto compile for Windows on Linux with gcc / g++?
We don't have windows here how can I compile this program for some ppl? Is there some kinda Wine for linux programs to run on windows or what.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以使用交叉编译器
gcc-mingw
我自己没有使用它并且只是理论上的。
You can use cross-compiler
gcc-mingw
I did not use it myself and about it only theoretically.