Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,22 @@ xcode-select --install
winget install Golang.go
```

[llvm-mingw](https://github.com/mstorsjo/llvm-mingw)

```
winget install MartinStorsjo.LLVM-MinGW.UCRT
```

Or [MinGW-w64](https://sourceforge.net/projects/mingw-w64/files) (Use recommended) or others Mingw [llvm-mingw](https://github.com/mstorsjo/llvm-mingw);
or [Mingw-w64](https://sourceforge.net/projects/mingw-w64/files)
Copy link

Copilot AI Dec 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spelling error: "Mingw-w64" should be consistently capitalized. The original text used "MinGW-w64" (capital G), but this change introduces "Mingw-w64" (lowercase g). For consistency with the official project name and other references in the document, it should be "MinGW-w64".

Suggested change
or [Mingw-w64](https://sourceforge.net/projects/mingw-w64/files)
or [MinGW-w64](https://sourceforge.net/projects/mingw-w64/files)

Copilot uses AI. Check for mistakes.

```
winget install BrechtSanders.WinLibs.POSIX.UCRT
```

Download the Mingw, then set system environment variables `C:\mingw64\bin` to the Path.
Or Download the [Mingw-w64](https://sourceforge.net/projects/mingw-w64/files) and the others gcc, then set system environment variables like `C:\mingw64\bin` to the env `Path`.
Copy link

Copilot AI Dec 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spelling error: "Mingw-w64" should be consistently capitalized. The original text used "MinGW-w64" (capital G), but this change introduces "Mingw-w64" (lowercase g). For consistency with the official project name and other references in the document, it should be "MinGW-w64".

Suggested change
Or Download the [Mingw-w64](https://sourceforge.net/projects/mingw-w64/files) and the others gcc, then set system environment variables like `C:\mingw64\bin` to the env `Path`.
Or Download the [MinGW-w64](https://sourceforge.net/projects/mingw-w64/files) and the others gcc, then set system environment variables like `C:\mingw64\bin` to the env `Path`.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Dec 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammatical error: "and the others gcc" is grammatically incorrect. It should be either "and other gcc compilers" or "and the other gcc implementations" for proper English grammar.

Suggested change
Or Download the [Mingw-w64](https://sourceforge.net/projects/mingw-w64/files) and the others gcc, then set system environment variables like `C:\mingw64\bin` to the env `Path`.
Or download the [Mingw-w64](https://sourceforge.net/projects/mingw-w64/files) and other GCC compilers, then set system environment variables like `C:\mingw64\bin` to the env `Path`.

Copilot uses AI. Check for mistakes.
[Set environment variables to run GCC from command line](https://www.youtube.com/results?search_query=Set+environment+variables+to+run+GCC+from+command+line).

`Or the other GCC` (But you should compile the "libpng" with yourself when use the [bitmap](https://github.com/vcaesar/bitmap).)
`Or The others GCC` (Except the Mingw-w64, you should compile the "libpng" with yourself when use the [bitmap](https://github.com/vcaesar/bitmap).)
Copy link

Copilot AI Dec 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammatical error: "Or The others GCC" is grammatically incorrect. It should be either "Or other GCC implementations" or "Or the other GCC compilers" for proper English grammar.

Suggested change
`Or The others GCC` (Except the Mingw-w64, you should compile the "libpng" with yourself when use the [bitmap](https://github.com/vcaesar/bitmap).)
`Or other GCC implementations` (Except for Mingw-w64, you should compile "libpng" yourself when using the [bitmap](https://github.com/vcaesar/bitmap).)

Copilot uses AI. Check for mistakes.

#### For everything else:

Expand Down
Loading