Skip to content

Update: update readme.md#749

Merged
vcaesar merged 1 commit intomasterfrom
bitmap-pr
Dec 4, 2025
Merged

Update: update readme.md#749
vcaesar merged 1 commit intomasterfrom
bitmap-pr

Conversation

@vcaesar
Copy link
Member

@vcaesar vcaesar commented Dec 4, 2025

Please provide Issues links to:

  • Issues: #

Provide test code:

Description

...

Copilot AI review requested due to automatic review settings December 4, 2025 22:09
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@vcaesar vcaesar added the update label Dec 4, 2025
@vcaesar vcaesar added this to the v1.0.0 milestone Dec 4, 2025
@vcaesar vcaesar merged commit 381e4bd into master Dec 4, 2025
7 of 10 checks passed
@vcaesar vcaesar changed the title Update: upda readme.md Update: update readme.md Dec 4, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Windows installation instructions in the README.md file to improve clarity and provide more installation options for MinGW/GCC compilers. The changes reorganize the installation instructions by separating different MinGW variants and adding a new winget installation option for WinLibs.

  • Restructured MinGW installation section to highlight llvm-mingw and MinGW-w64 separately
  • Added winget installation command for WinLibs POSIX UCRT variant
  • Clarified environment variable setup instructions with more detailed guidance

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

```

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.
```

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.
[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.
```

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments