mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
Update md
This commit is contained in:
parent
bad2cb49c1
commit
ea0ba70de9
3 changed files with 5 additions and 1 deletions
|
|
@ -49,6 +49,8 @@ brew install homebrew/dupes/zlib
|
|||
####For Windows:
|
||||
```
|
||||
MinGW or other GCC
|
||||
|
||||
zlib & libpng (bitmap need it.)
|
||||
```
|
||||
#####[zlib&libpng Windows32 GCC's Course](https://github.com/go-vgo/Mingw32)
|
||||
|
||||
|
|
|
|||
|
|
@ -47,6 +47,8 @@ brew install homebrew/dupes/zlib
|
|||
####For Windows:
|
||||
```
|
||||
MinGW or other GCC
|
||||
|
||||
zlib & libpng (bitmap依赖)
|
||||
```
|
||||
#####[zlib&libpng Windows32 GCC教程](https://github.com/go-vgo/Mingw32)
|
||||
#####[下载包含zlib和libpng的64位MinGW](https://github.com/go-vgo/Mingw)
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
version string = "v0.42.0.248,Mount Ngauruhoe!"
|
||||
version string = "v0.42.0.249,Mount Ngauruhoe!"
|
||||
)
|
||||
|
||||
//GetVersion get version
|
||||
|
|
|
|||
Loading…
Reference in a new issue