다음 경로로 이동한다.
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에 추가해 주면 된다
.
'C++' 카테고리의 다른 글
[C++] 선언과 정의 (1) | 2023.11.22 |
---|---|
[C++] g++ 사용법 및 g++ 옵션들 (1) | 2023.11.22 |
[C++] vector 정리 (0) | 2023.09.16 |
[C++] 라이브러리 별 함수 정리 (0) | 2023.09.16 |
[C++] 연산자 정리 (0) | 2023.09.16 |