Skip to content

Commit

Permalink
Merge pull request #622 from go-vgo/bitmap-pr
Browse files Browse the repository at this point in the history
Update: update readme.md
  • Loading branch information
vcaesar committed Nov 13, 2023
2 parents dbf0d84 + 722feb7 commit f22f063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit f22f063

Please sign in to comment.