diff --git a/README.md b/README.md index cae54a6..0d06d81 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,10 @@ go build main.go ```Go GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ go build -x ./ ``` +``` +// CC=mingw-w64\x86_64-7.2.0-win32-seh-rt_v5-rev1\mingw64\bin\gcc.exe +// CXX=mingw-w64\x86_64-7.2.0-win32-seh-rt_v5-rev1\mingw64\bin\g++.exe +``` ## Plans - Update Find an image on screen, read pixels from an image diff --git a/README_zh.md b/README_zh.md index b1279a2..f266ef9 100644 --- a/README_zh.md +++ b/README_zh.md @@ -269,6 +269,10 @@ go build main.go ```Go GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ go build -x ./ ``` +``` +// CC=mingw-w64\x86_64-7.2.0-win32-seh-rt_v5-rev1\mingw64\bin\gcc.exe +// CXX=mingw-w64\x86_64-7.2.0-win32-seh-rt_v5-rev1\mingw64\bin\g++.exe +``` ## Plans - 更新 Find an image on screen, read pixels from an image