From 638117ac647838681f2f1f500e8b18d6c2050102 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Tue, 8 Jan 2019 12:51:09 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ README_zh.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index cad890e..cd60f92 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ MinGW-w64 (Use recommended) or other GCC ``` #### For everything else: + ``` GCC, libpng @@ -71,6 +72,7 @@ xcb, xkb, libxkbcommon ``` ##### Ubuntu: + ```yml sudo apt-get install gcc libc6-dev @@ -108,6 +110,7 @@ go get -u github.com/go-vgo/robotgo Note go1.10.x C file compilation cache problem, [golang #24355](https://github.com/golang/go/issues/24355). `go mod vendor` problem, [golang #26366](https://github.com/golang/go/issues/26366). + ## [Examples:](https://github.com/go-vgo/robotgo/blob/master/examples) #### [Mouse](https://github.com/go-vgo/robotgo/blob/master/examples/mouse/main.go) diff --git a/README_zh.md b/README_zh.md index 56f484d..160598c 100644 --- a/README_zh.md +++ b/README_zh.md @@ -57,6 +57,7 @@ MinGW-w64 (推荐使用) or other GCC ``` #### For everything else (Linux 等其他系统): + ``` GCC, libpng @@ -107,6 +108,7 @@ go get -u github.com/go-vgo/robotgo 注意 go1.10.x C 文件编译缓存问题, [golang #24355](https://github.com/golang/go/issues/24355). `go mod vendor` problem, [golang #26366](https://github.com/golang/go/issues/26366). + ## [Examples:](https://github.com/go-vgo/robotgo/blob/master/examples) #### [鼠标](https://github.com/go-vgo/robotgo/blob/master/examples/mouse/main.go) @@ -227,6 +229,7 @@ func main() { } } ``` + #### [窗口句柄](https://github.com/go-vgo/robotgo/blob/master/examples/window/main.go) ```Go