C++

Windows에 gcc 설치하기

yisj 2023. 11. 8. 12:07

다음 경로로 이동한다.

 

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

 

다음 Mingw-builds 깃헙 빌드 페이지를 클릭

 

x86_6x posix-seh-msvcrt 버전을 다운받았다.

그 다음 C:\ 원하는 곳에 압축 풀고

bin 폴더를 Path에 추가해 주면 된다

 

.