开发者

MinGW/Cygwin deploy to other computers?

Quick question: If I write a program in c++ and compile using cygwin/mingw, how can I get the binary to work on computers that does not have cygwin? In other words how can I deploy to PC without cygwin?

I tried to simply compile with cyg开发者_如何学Gowin but when run on other computers, a bunch dll are missing.


You need to ship the DLLs, obviously. However, depending on what you are doing you may not need Cygwin at all . So the question is, what are the DLLs that are missing, and what are you doing.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜