-
Notifications
You must be signed in to change notification settings - Fork 947
Update: update readme.md #749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -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) | ||||||||||
|
|
||||||||||
| ``` | ||||||||||
| 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`. | ||||||||||
|
||||||||||
| 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
AI
Dec 4, 2025
There was a problem hiding this comment.
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.
| 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
AI
Dec 4, 2025
There was a problem hiding this comment.
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.
| `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).) |
There was a problem hiding this comment.
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".