mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 06:33:56 +00:00
Add win32 deps and Update README.md
This commit is contained in:
parent
ad631a1f96
commit
3b959e4676
@ -56,13 +56,7 @@ brew install zlib
|
||||
#### For Windows:
|
||||
```
|
||||
MinGW or other GCC
|
||||
|
||||
zlib & libpng (bitmap need it.)
|
||||
```
|
||||
##### [Windows GCC installation Zlib & libpng tutorial](https://github.com/go-vgo/Mingw32)
|
||||
|
||||
##### [Download include zlib & libpng Windows64 GCC](https://github.com/go-vgo/Mingw)
|
||||
|
||||
#### For everything else:
|
||||
```
|
||||
GCC
|
||||
|
@ -54,12 +54,7 @@ brew install zlib
|
||||
#### For Windows:
|
||||
```
|
||||
MinGW or other GCC
|
||||
|
||||
zlib & libpng (bitmap 依赖)
|
||||
```
|
||||
##### [Windows GCC 安装 Zlib & libpng 教程](https://github.com/go-vgo/Mingw32)
|
||||
##### [下载包含 zlib 和 libpng 的 64位 MinGW](https://github.com/go-vgo/Mingw)
|
||||
|
||||
#### For everything else (Linux 等其他系统):
|
||||
```
|
||||
GCC
|
||||
|
BIN
cdeps/win32/libpng.a
Normal file
BIN
cdeps/win32/libpng.a
Normal file
Binary file not shown.
@ -64,7 +64,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
version string = "v0.46.6.431, Pyrenees Mountains!"
|
||||
version string = "v0.46.6.432, Pyrenees Mountains!"
|
||||
)
|
||||
|
||||
type (
|
||||
|
Loading…
Reference in New Issue
Block a user