[MinGW] 설치, 문제 해결 @Windows 10
0. MinGW 다운로드
MinGW-w64
www.mingw-w64.org
https://www.mingw-w64.org/downloads/#mingw-builds
Downloads - MinGW-w64
Downloads The heart of the Mingw-w64 project is headers and support libraries to run the output of GCC on Windows. Since Mingw-w64 is neither the home of GCC nor of binutils, several sets of installation packages which combine them are available. In additi
www.mingw-w64.org
1. 설치
설치 에러
다른 버전으로 설치해도 계속 에러
https://taiyokara.tistory.com/2
MinGW-W64 설치 & 설치도중오류시
mingw-w64 주소 http://mingw-w64.org/doku.php/download/mingw-builds 설치시 The file has been downloaded incorrectly! 라는 오류가뜨면 https://sourceforge.net/projects/mingw-w64/files/mingw-w64/ 로가서..
taiyokara.tistory.com
2. 직접 설치
https://sourceforge.net/projects/mingw-w64/files/mingw-w64/
MinGW-w64 - for 32 and 64 bit Windows - Browse /mingw-w64 at SourceForge.net
Comprehensive Compensation Planning Compright automates your merit, bonus, and stock allocations with one powerful, intuitive tool.
sourceforge.net
x86_64-posix-seh 압축 다운로드 후 C:\mingw-w64 에 복사
환경 변수에 mingw-w64/bin Path 추가
C:\>gcc --version
gcc (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.