Add windows-gcc/README.md

This commit is contained in:
2025-01-24 13:23:22 +00:00
parent cf38ec1759
commit eae9c91e2a

15
windows-gcc/README.md Normal file
View File

@@ -0,0 +1,15 @@
# Install MSYS2 from https://www.msys2.org/
```
msys2-x86_64-20241208.exe
```
# Install gcc
```
pacman -S mingw-w64-ucrt-x86_64-gcc
```
# Add PATH using cmd
```
setx /M PATH "%PATH%;C:\msys64\ucrt64\bin"
```
1024자가 넘어서 안된다;