MinGW – compile windows software on Linux

2009-02-15 2 min read Fedora Uncategorized
For all the windows developer out there, it is impossible to switch to Linux just because someone is looking for the Windows exe. Sooooooo bad. Not any more. There has been the MinGW compiler (and others) to compile the C programs on Linux box to run on Windows box. These cross compilers create windows exe and thus these can run on Windows natively without additional dll’s. That’s quite good, so how to do it. Continue reading