mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Update README.md
This commit is contained in:
parent
c70f1f1ebf
commit
638117ac64
@ -60,6 +60,7 @@ MinGW-w64 (Use recommended) or other GCC
|
|||||||
```
|
```
|
||||||
|
|
||||||
#### For everything else:
|
#### For everything else:
|
||||||
|
|
||||||
```
|
```
|
||||||
GCC, libpng
|
GCC, libpng
|
||||||
|
|
||||||
@ -71,6 +72,7 @@ xcb, xkb, libxkbcommon
|
|||||||
```
|
```
|
||||||
|
|
||||||
##### Ubuntu:
|
##### Ubuntu:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
sudo apt-get install gcc libc6-dev
|
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).
|
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).
|
`go mod vendor` problem, [golang #26366](https://github.com/golang/go/issues/26366).
|
||||||
|
|
||||||
|
|
||||||
## [Examples:](https://github.com/go-vgo/robotgo/blob/master/examples)
|
## [Examples:](https://github.com/go-vgo/robotgo/blob/master/examples)
|
||||||
|
|
||||||
#### [Mouse](https://github.com/go-vgo/robotgo/blob/master/examples/mouse/main.go)
|
#### [Mouse](https://github.com/go-vgo/robotgo/blob/master/examples/mouse/main.go)
|
||||||
|
@ -57,6 +57,7 @@ MinGW-w64 (推荐使用) or other GCC
|
|||||||
```
|
```
|
||||||
|
|
||||||
#### For everything else (Linux 等其他系统):
|
#### For everything else (Linux 等其他系统):
|
||||||
|
|
||||||
```
|
```
|
||||||
GCC, libpng
|
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).
|
注意 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).
|
`go mod vendor` problem, [golang #26366](https://github.com/golang/go/issues/26366).
|
||||||
|
|
||||||
|
|
||||||
## [Examples:](https://github.com/go-vgo/robotgo/blob/master/examples)
|
## [Examples:](https://github.com/go-vgo/robotgo/blob/master/examples)
|
||||||
|
|
||||||
#### [鼠标](https://github.com/go-vgo/robotgo/blob/master/examples/mouse/main.go)
|
#### [鼠标](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)
|
#### [窗口句柄](https://github.com/go-vgo/robotgo/blob/master/examples/window/main.go)
|
||||||
|
|
||||||
```Go
|
```Go
|
||||||
|
Loading…
Reference in New Issue
Block a user