Run C program written in Linux on Windows

后端 未结 4 2069
悲哀的现实
悲哀的现实 2021-02-09 05:59

I have C program which I wrote in Linux that runs very well. Now I want to run it on Windows.

How do I easily run it on Windows?

4条回答
  •  执念已碎
    2021-02-09 06:48

    best way recompile it all using mingw compiler.

    easy way recompile it under cygwin environment.

提交回复
热议问题