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 中,特别是在 Debian 或 Ubuntu 上,有预先打包的 Mingw 交叉编译器,可以生成 Windows EXE。
但是有没有使用 Clang 而不是 GCC 的类似交叉编译器?(或者关于如何建造这样一个野兽的说明。)
我编写了一个工具,您可以使用它在 linux 上使用 clang for windows 轻松编译。查看:https ://github.com/tpoechtrager/wclang 。