From fc79739683c4611a8b5db961584bbf6a6f20c51f Mon Sep 17 00:00:00 2001 From: vcaesar Date: Thu, 4 Dec 2025 13:50:39 -0800 Subject: [PATCH] Update: upda readme.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 868915a..176e80c 100644 --- a/README.md +++ b/README.md @@ -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) -Download the Mingw, then set system environment variables `C:\mingw64\bin` to the Path. +``` +winget install BrechtSanders.WinLibs.POSIX.UCRT +``` + +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`. [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).) #### For everything else: