Update README.md

提交WINDOW的MSYS+MINGW环境编译方法
This commit is contained in:
zs
2016-08-17 14:07:17 +08:00
committed by GitHub
parent fab3088721
commit 0bf0b26890

View File

@@ -41,3 +41,12 @@ make
sudo make install
```
在WIN32(MINGW+MSYS)操作系统上通过如下指令实现编译和安装:
注意解压或Git clone代码请在MSYS环境否则会因换行符导致出现编译错误
```
./config
make
make install
```