将linux应用程序移植到windows的建议

问题描述:

我想将在Linux下编写的应用程序移植到Windows。目前我使用Cygwin,但我很好奇,如果有任何其他选项,不强迫我释放我的源,因为我现在不能这样做。有没有其他选择,没有完全重写或购买许可证?

I'd like to port an application written under linux to windows. Currently I'm using Cygwin but I'm curious if there are any other options that don't force me to release my source since I'm not in the position to do so right now. Are there any other options short of having to completely re-write it or buying a license?

MinGW 没有Cygwin的许可限制,但可能需要更多的努力才能让代码在其下运行。

MinGW doesn't have as many licensing restrictions as Cygwin, but it might require more effort to get your code to run under it.