본문 바로가기
C 언어

MINGW64 설치하는 방법

by treeCoder 2021. 1. 22.

MINGW64 설치하는 방법을 소개한다.                                 

 

1. Go to https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/

 

MinGW-w64 - for 32 and 64 bit Windows - Browse /Toolchains targetting Win64/Personal Builds/mingw-builds at SourceForge.net

Powering vision AI Weaving human and machine intelligence to accelerate vision AI, from development to production

sourceforge.net

2. Click on the newest version (e.g. 8.1.0)

3. Click on x86_64-posix-sjlj

4. Download the 7z-Archive

 

Alternative way of clicking around:

 

1. Got to https://sourceforge.net/projects/mingw-w64/

 

MinGW-w64 - for 32 and 64 bit Windows

Download MinGW-w64 - for 32 and 64 bit Windows for free. A complete runtime environment for gcc. The mingw-w64 project is a complete runtime environment for gcc to support binaries native to Windows 64-bit and 32-bit operating systems.

sourceforge.net

2. Click on files

3. Click on x86_64-posix-sjlj of the version you want.

 

4. Download the 7z-Archive

    You download the file x86_64-8.1.0-release-posix-sjlj-rt_v6-rev0.7z.

 

5. Download the unzip software for example, kr.bandisoft.com/bandizip/ .

    Unzip the x86_64-8.1.0-release-posix-sjlj-rt_v6-rev0.7z using the Bandizip.

 

Then:

6. Inside it there is the folder mingw64 - move it (and its contents) into C:\MinGW64

7. The gcc.exe can be found at C:\MinGW64\mingw64\bin\ folder.

 

댓글