Update md

This commit is contained in:
vCaesar 2016-10-20 02:11:10 +08:00
parent fda0a45b6c
commit 815c7f0050
2 changed files with 6 additions and 6 deletions

View File

@ -23,13 +23,13 @@ This is a work in progress.
####ALL: ####ALL:
Golang Golang
//Gcc //Gcc
zlib & libpng (bitmap) //zlib & libpng (bitmap)
####For Mac OS X: ####For Mac OS X:
Xcode Command Line Tools Xcode Command Line Tools
brew install libpng //brew install libpng
brew install homebrew/dupes/zlib //brew install homebrew/dupes/zlib
####For Windows: ####For Windows:
MinGW or other GCC MinGW or other GCC
####For everything else: ####For everything else:

View File

@ -24,13 +24,13 @@ RobotGo 支持 Mac, Windows, and Linux(X11).
####ALL: ####ALL:
Golang Golang
//Gcc //Gcc
zlib & libpng (bitmap) //zlib & libpng (bitmap)
####For Mac OS X: ####For Mac OS X:
Xcode Command Line Tools Xcode Command Line Tools
brew install libpng //brew install libpng
brew install homebrew/dupes/zlib //brew install homebrew/dupes/zlib
####For Windows: ####For Windows:
MinGW or other GCC MinGW or other GCC
####For everything else(Linux等其他系统): ####For everything else(Linux等其他系统):