mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Update md
This commit is contained in:
parent
edd2416ac6
commit
61404b6e61
12
README.md
12
README.md
@ -39,21 +39,21 @@ Golang
|
||||
GCC
|
||||
zlib & libpng (bitmap)
|
||||
```
|
||||
###For Mac OS X:
|
||||
####For Mac OS X:
|
||||
Xcode Command Line Tools
|
||||
```
|
||||
brew install libpng
|
||||
brew install homebrew/dupes/zlib
|
||||
```
|
||||
###For Windows:
|
||||
####For Windows:
|
||||
```
|
||||
MinGW or other GCC
|
||||
```
|
||||
####[zlib&libpng Windows32 GCC's Course](https://github.com/go-vgo/Mingw32)
|
||||
#####[zlib&libpng Windows32 GCC's Course](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)
|
||||
|
||||
###For everything else:
|
||||
####For everything else:
|
||||
```
|
||||
GCC
|
||||
|
||||
@ -64,7 +64,7 @@ Event:
|
||||
xcb,xkb,libxkbcommon
|
||||
```
|
||||
|
||||
####Ubuntu:
|
||||
#####Ubuntu:
|
||||
```yml
|
||||
|
||||
sudo apt-get install libx11-dev
|
||||
|
@ -31,7 +31,7 @@ RobotGo 支持 Mac, Windows, and Linux(X11).
|
||||
|
||||
请在安装RobotGo之前,确保Golang、GCC、zlib和libpng被正确安装
|
||||
|
||||
####ALL:
|
||||
###ALL:
|
||||
```
|
||||
Golang
|
||||
GCC
|
||||
|
Loading…
Reference in New Issue
Block a user