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?
I’d like to port an application written under linux to windows. Currently I’m using
Share
MinGW doesn’t have as many licensing restrictions as Cygwin, but it might require more effort to get your code to run under it.