Installing Minimalist GNU C Compiler MinGW Tutorial

preview_player
Показать описание
MinGW is a C programming tools distribution needed to compile and debug C programs on Windows.

Download the installer here:

The basic installation performed in the video includes tools like gcc, gdb and many more well-known Linux development tools.

Type the following command to add MinGW to the PATH user environment variable:
setx PATH "%PATH%;C:\MinGW\bin"
This accomplishes that executables from the "C:\MinGW\bin" folder can be accessed directly on the command line via their names.

Рекомендации по теме
Комментарии
Автор

I can't find the mingw shell after installing it. Can u help?

rdh_