> For the complete documentation index, see [llms.txt](https://krjaeh0.gitbook.io/j-log/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://krjaeh0.gitbook.io/j-log/devtool/compiler-debug/mingww64installation.md).

# MinGWw64Installation

Windows 환경에서 Visual Studio Code로 C/C++ 개발을 하기 위한 초기 설정에 꼭 필요합니다.

* SOURCEFORGE: [MinGW-w64 - for 32 and 64 bit Windows download | SourceForge.net](https://sourceforge.net/projects/mingw-w64/)\
  예전에는 위 사이트에서 exe 파일을 받아 편리하게 설치할 수 있었으나, 오랫동안 정상적으로 운영되지 않아 이제는 직접 zip 파일을 다운로드 받아 설치하는 방법이 필요합니다.
* 직접 설치 방법 참고: [MinGW-w64 직접 설치 방법](https://sooseongcom.com/post/MinGW-w64-HowToInstall)\
  위 블로그 포스팅에 설명된 순서대로 진행하면 됩니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://krjaeh0.gitbook.io/j-log/devtool/compiler-debug/mingww64installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
