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
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
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
Indicates that the installation was successful
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。