Skip to content

Commit a5697b3

Browse files
committed
adding post - about how to install mingw-update-1
1 parent 053ead1 commit a5697b3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

_posts/2025-02-01-install-mingw-on-windows-10-11.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ tags: ["MingW", "GCC Compiler", "Windows 11"] # TAG names should always be l
66
description: How to install mingw on windows 10 and windows 11
77
---
88

9-
1. [Download MingW](/assets/downloads/mingw.exe){:target="_blank" rel="noopener"}
9+
1. [Download MingW](/assets/downloads/mingw.exe){:target="_blank" rel="noopener"} and install with the location:
10+
```
11+
C:\MinGW
12+
```
1013
2. Click Start or Search on your PC:
1114
```
1215
About your PC
@@ -33,15 +36,15 @@ description: How to install mingw on windows 10 and windows 11
3336
Or
3437
Select Path and Click Edit
3538
```
36-
6. Clcik New and paste:
39+
1. Clcik New and paste:
3740
```
3841
C:\MinGW\bin
3942
```
40-
7. Open CMD and type:
43+
1. Open CMD and type:
4144
```
4245
gcc --version
4346
```
44-
8. You will see like this:
47+
1. You will see like this:
4548
```
4649
gcc (MinGW.org GCC-6.3.0-1) 6.3.0
4750
Copyright (C) 2016 Free Software Foundation, Inc.

0 commit comments

Comments
 (0)