Update md

This commit is contained in:
vCaesar 2017-01-24 23:36:47 +08:00
parent edd2416ac6
commit 61404b6e61
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -31,7 +31,7 @@ RobotGo 支持 Mac, Windows, and Linux(X11).
请在安装RobotGo之前,确保Golang、GCC、zlib和libpng被正确安装
####ALL:
###ALL:
```
Golang
GCC