One: Download MinGW

MinGW download address: https://sourceforge.net/projects/mingw/files/latest/download?source=files

Two: Install MinGW

1: Run the downloaded mingw-get-setup.exe file, then click Install

image.png

2: Check all the boxes on the right, then click Installation -> Apply Changes in the upper left corner

3: Click Apply

4: Configure environment variables

Add the bin directory address under the MinGW installation directory to the environment variable
image.png

Rename mingw32-make.exe in the bin path in the MinGW installation directory to make.exe

5: Check whether the installation is successful

 make -v

image.png

Indicates that the installation was successful


huaweichenai
679 声望114 粉丝