Add win32 deps and Update README.md

This commit is contained in:
vcaesar 2017-12-08 23:47:07 +08:00
parent ad631a1f96
commit 3b959e4676
4 changed files with 1 additions and 12 deletions

View File

@ -56,13 +56,7 @@ brew install zlib
#### For Windows: #### For Windows:
``` ```
MinGW or other GCC MinGW or other GCC
zlib & libpng (bitmap need it.)
``` ```
##### [Windows GCC installation Zlib & libpng tutorial](https://github.com/go-vgo/Mingw32)
##### [Download include zlib & libpng Windows64 GCC](https://github.com/go-vgo/Mingw)
#### For everything else: #### For everything else:
``` ```
GCC GCC

View File

@ -54,12 +54,7 @@ brew install zlib
#### For Windows: #### For Windows:
``` ```
MinGW or other GCC MinGW or other GCC
zlib & libpng (bitmap 依赖)
``` ```
##### [Windows GCC 安装 Zlib & libpng 教程](https://github.com/go-vgo/Mingw32)
##### [下载包含 zlib 和 libpng 的 64位 MinGW](https://github.com/go-vgo/Mingw)
#### For everything else (Linux 等其他系统): #### For everything else (Linux 等其他系统):
``` ```
GCC GCC

BIN
cdeps/win32/libpng.a Normal file

Binary file not shown.

View File

@ -64,7 +64,7 @@ import (
) )
const ( const (
version string = "v0.46.6.431, Pyrenees Mountains!" version string = "v0.46.6.432, Pyrenees Mountains!"
) )
type ( type (