From a8faa0e90649f8a4793be1835612709ca6d16a53 Mon Sep 17 00:00:00 2001 From: vcaesar <vzvway@gmail.com> Date: Mon, 21 Nov 2022 10:29:09 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56e3618..331fdb1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ <!-- [](https://github.com/go-vgo/robotgo/releases/latest) --> <!-- <a href="https://github.com/go-vgo/robotgo/releases"><img src="https://img.shields.io/badge/%20version%20-%206.0.0%20-blue.svg?style=flat-square" alt="Releases"></a> --> -> Golang Desktop Automation. Control the mouse, keyboard, bitmap and image, read the screen, process, Window Handle and global event listener. +> Golang Desktop Automation. Control the mouse, keyboard, read the screen, process, Window Handle, image and bitmap and global event listener. RobotGo supports Mac, Windows, and Linux(X11); and robotgo supports arm64 and x86-amd64. @@ -65,6 +65,10 @@ xcode-select --install [MinGW-w64](https://sourceforge.net/projects/mingw-w64/files) (Use recommended) +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/watch?v=1kY5iTK4-H0). + + ``` Or the other GCC (But you should compile the "libpng" with yourself when use the bitmap.) ```