From 722feb7ba3d0dd0e8e67ea06b6baa14d4826f166 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Mon, 13 Nov 2023 09:23:29 -0800 Subject: [PATCH] Update: update readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7dadb85..7f9c6cc 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,12 @@ xcode-select --install #### For Windows: -[MinGW-w64](https://sourceforge.net/projects/mingw-w64/files) (Use recommended) +[MinGW-w64](https://sourceforge.net/projects/mingw-w64/files) (Use recommended) or others Mingw [llvm-mingw](https://github.com/mstorsjo/llvm-mingw) Download the Mingw, then set system environment variables `C:\mingw64\bin` to the 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.)` +`Or the other GCC` (But you should compile the "libpng" with yourself when use the [bitmap](https://github.com/vcaesar/bitmap).) #### For everything else: