After installing minGW, gcc command is not recognized

前端 未结 1 369
刺人心
刺人心 2021-01-22 21:02

I have installed minGW, and I have a file \"test.c\".

I typed gcc test.c -o demo at the command prompt, while in the directory where I saved the \"test.c\"

1条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-22 21:33

    You are missing on Path Variable settings. Refer the 'Environment Settings' section on this page :

    http://www.mingw.org/wiki/Getting_Started

    0 讨论(0)
提交回复
热议问题