how to install gcc on windows 7 machine?

后端 未结 5 1428
星月不相逢
星月不相逢 2020-11-28 18:18

I have MinGW on my windows 7 machine. I wish to install and use complete gcc for C compiler. I found there is no single pre-compiled ready-made installation file for this pu

5条回答
  •  [愿得一人]
    2020-11-28 18:50

    Download mingw-get and simply issue:

    mingw-get install gcc.
    

    See the Getting Started page.

提交回复
热议问题