Update md

This commit is contained in:
vCaesar 2017-02-14 14:21:24 +08:00
parent bad2cb49c1
commit ea0ba70de9
3 changed files with 5 additions and 1 deletions

View File

@ -49,6 +49,8 @@ brew install homebrew/dupes/zlib
####For Windows: ####For Windows:
``` ```
MinGW or other GCC MinGW or other GCC
zlib & libpng (bitmap need it.)
``` ```
#####[zlib&libpng Windows32 GCC's Course](https://github.com/go-vgo/Mingw32) #####[zlib&libpng Windows32 GCC's Course](https://github.com/go-vgo/Mingw32)

View File

@ -47,6 +47,8 @@ brew install homebrew/dupes/zlib
####For Windows: ####For Windows:
``` ```
MinGW or other GCC MinGW or other GCC
zlib & libpng (bitmap依赖)
``` ```
#####[zlib&libpng Windows32 GCC教程](https://github.com/go-vgo/Mingw32) #####[zlib&libpng Windows32 GCC教程](https://github.com/go-vgo/Mingw32)
#####[下载包含zlib和libpng的64位MinGW](https://github.com/go-vgo/Mingw) #####[下载包含zlib和libpng的64位MinGW](https://github.com/go-vgo/Mingw)

View File

@ -52,7 +52,7 @@ import (
) )
const ( const (
version string = "v0.42.0.248,Mount Ngauruhoe!" version string = "v0.42.0.249,Mount Ngauruhoe!"
) )
//GetVersion get version //GetVersion get version