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
1bf1246a1b
commit
fe6b021fbe
@ -48,14 +48,17 @@ Golang
|
|||||||
|
|
||||||
GCC
|
GCC
|
||||||
```
|
```
|
||||||
|
|
||||||
#### For Mac OS X:
|
#### For Mac OS X:
|
||||||
```
|
```
|
||||||
Xcode Command Line Tools
|
Xcode Command Line Tools
|
||||||
```
|
```
|
||||||
|
|
||||||
#### For Windows:
|
#### For Windows:
|
||||||
```
|
```
|
||||||
MinGW-w64 (Use recommended) or other GCC
|
MinGW-w64 (Use recommended) or other GCC
|
||||||
```
|
```
|
||||||
|
|
||||||
#### For everything else:
|
#### For everything else:
|
||||||
```
|
```
|
||||||
GCC, libpng
|
GCC, libpng
|
||||||
@ -101,6 +104,7 @@ png.h: No such file or directory? Please see [issues/47](https://github.com/go-v
|
|||||||
```
|
```
|
||||||
go get -u github.com/go-vgo/robotgo
|
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).
|
||||||
|
|
||||||
@ -276,6 +280,7 @@ SET CGO_ENABLED=1
|
|||||||
SET GOARCH=386
|
SET GOARCH=386
|
||||||
go build main.go
|
go build main.go
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Other to windows
|
#### Other to windows
|
||||||
```Go
|
```Go
|
||||||
GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ go build -x ./
|
GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ go build -x ./
|
||||||
|
@ -45,14 +45,17 @@ Golang
|
|||||||
|
|
||||||
GCC
|
GCC
|
||||||
```
|
```
|
||||||
|
|
||||||
#### For Mac OS X:
|
#### For Mac OS X:
|
||||||
```
|
```
|
||||||
Xcode Command Line Tools
|
Xcode Command Line Tools
|
||||||
```
|
```
|
||||||
|
|
||||||
#### For Windows:
|
#### For Windows:
|
||||||
```
|
```
|
||||||
MinGW-w64 (推荐使用) or other GCC
|
MinGW-w64 (推荐使用) or other GCC
|
||||||
```
|
```
|
||||||
|
|
||||||
#### For everything else (Linux 等其他系统):
|
#### For everything else (Linux 等其他系统):
|
||||||
```
|
```
|
||||||
GCC, libpng
|
GCC, libpng
|
||||||
@ -63,6 +66,7 @@ X11 with the XTest extension (also known as the Xtst library)
|
|||||||
|
|
||||||
xcb, xkb, libxkbcommon
|
xcb, xkb, libxkbcommon
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Ubuntu:
|
##### Ubuntu:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
@ -86,6 +90,7 @@ sudo dnf install libpng-devel
|
|||||||
|
|
||||||
sudo dnf install xsel xclip
|
sudo dnf install xsel xclip
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installation:
|
## Installation:
|
||||||
```
|
```
|
||||||
go get github.com/go-vgo/robotgo
|
go get github.com/go-vgo/robotgo
|
||||||
@ -98,6 +103,7 @@ png.h: No such file or directory? Please see [issues/47](https://github.com/go-v
|
|||||||
```
|
```
|
||||||
go get -u github.com/go-vgo/robotgo
|
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).
|
||||||
|
|
||||||
@ -271,6 +277,7 @@ SET CGO_ENABLED=1
|
|||||||
SET GOARCH=386
|
SET GOARCH=386
|
||||||
go build main.go
|
go build main.go
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Other to windows
|
#### Other to windows
|
||||||
```Go
|
```Go
|
||||||
GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ go build -x ./
|
GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ go build -x ./
|
||||||
|
Loading…
Reference in New Issue
Block a user