Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 Linux 下编译 Python/distutils/SWIG/C++ 扩展的 Windows 和 Linux 版本?据我了解,问题至少在于获取 python-dev 的 windows 版本。
谢谢你。
你可以通过两种方式做到这一点:
在你的 linux 系统上安装MingW ,并使用它交叉编译扩展 在 Windows 虚拟机中编译它(例如VirtualBox上的 Windows7 )
在你的 linux 系统上安装MingW ,并使用它交叉编译扩展
在 Windows 虚拟机中编译它(例如VirtualBox上的 Windows7 )
我更喜欢第二种选择,因为它提供了测试您的程序是否正常工作的机会