Update README.md

This commit is contained in:
vcaesar 2017-11-25 18:54:18 +08:00
parent ff1925b24d
commit 82195e5af5
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ This is a work in progress.
Now, Please make sure Golang, GCC, zlib and libpng is installed correctly before installing RobotGo. Now, Please make sure Golang, GCC, zlib and libpng is installed correctly before installing RobotGo.
If you do not need bitmap, you can use "github.com/go-vgo/robotgo/robot" or switch to the robot branch, where there is no zlib and libpng dependency. If you do not need bitmap, you can use `"github.com/go-vgo/robotgo/robot"` or switch to the robot branch, where there is no zlib and libpng dependency.
### ALL: ### ALL:
``` ```
@ -59,7 +59,7 @@ MinGW or other GCC
zlib & libpng (bitmap need it.) zlib & libpng (bitmap need it.)
``` ```
##### [Windows gcc installation Zlib & libpng tutorial](https://github.com/go-vgo/Mingw32) ##### [Windows GCC installation Zlib & libpng tutorial](https://github.com/go-vgo/Mingw32)
##### [Download include zlib & libpng Windows64 GCC](https://github.com/go-vgo/Mingw) ##### [Download include zlib & libpng Windows64 GCC](https://github.com/go-vgo/Mingw)

View File

@ -37,7 +37,7 @@ QQ 群: 595877611
在安装 RobotGo 之前, 请确保 Golang、GCC、zlib 和 libpng 被正确安装 在安装 RobotGo 之前, 请确保 Golang、GCC、zlib 和 libpng 被正确安装
如果你不需要bitmap, 你可以使用 "github.com/go-vgo/robotgo/robot" 或者切换到robot分支, 那里没有 zlib 和 libpng 依赖 如果你不需要bitmap, 你可以使用 `"github.com/go-vgo/robotgo/robot"` 或者切换到 robot 分支, 那里没有 zlib 和 libpng 依赖
### ALL: ### ALL:
``` ```