From a0e6aa2fb42a20d0e1822ebcdc3793a8ee76f59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=A5=9A?= <771730766@qq.com> Date: Thu, 14 Sep 2017 11:08:43 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 65f98fd2..97098416 100644 --- a/README.md +++ b/README.md @@ -99,14 +99,16 @@ Windows | 已经完成移植 - windows 10 - visual studio 2017 - [ZLToolKit](https://github.com/xiongziliang/ZLToolKit) + - [字符转换工具](http://www.cr173.com/soft/96995.html) - 编译 ```   1 请先编译[ZLToolKit](https://github.com/xiongziliang/ZLToolKit) -   2 使用vs2017打开ZLMediaKit源码根目录文件夹,然后自动生成工程文件,工程文件路径请查看cmake输出. -   3 找到工程文件(ZLMediaKit.sln),双击用vs2017打开. -   4 编译 ALL_BUILD 项目. - 5 找到目标文件并运行测试用例. +   2 使用字符转换工具把代码(UTF8)转换层GBK(过滤器添加*.cpp|*h|*.c) +   3 使用vs2017打开ZLMediaKit源码根目录文件夹,然后自动生成工程文件,工程文件路径请查看cmake输出. +   4 找到工程文件(ZLMediaKit.sln),双击用vs2017打开. +   5 编译 ALL_BUILD 项目. + 6 找到目标文件并运行测试用例. ``` ## 使用方法 - 作为服务器: From e89134e077fd35bef3325338f1d79a9284dd607d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=A5=9A?= <771730766@qq.com> Date: Thu, 14 Sep 2017 11:11:13 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97098416..cd96a9bf 100644 --- a/README.md +++ b/README.md @@ -103,8 +103,8 @@ Windows | 已经完成移植 - 编译 ``` -   1 请先编译[ZLToolKit](https://github.com/xiongziliang/ZLToolKit) -   2 使用字符转换工具把代码(UTF8)转换层GBK(过滤器添加*.cpp|*h|*.c) +   1 请先编译安装ZLToolKit +   2 使用字符转换工具把代码(UTF8)转换成GBK(过滤器添加|*.cpp|*h|*.c)   3 使用vs2017打开ZLMediaKit源码根目录文件夹,然后自动生成工程文件,工程文件路径请查看cmake输出.   4 找到工程文件(ZLMediaKit.sln),双击用vs2017打开.   5 编译 ALL_BUILD 项目. From 2c34ac6de7ecd5e87096598483d25889bb99b168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=A5=9A?= <771730766@qq.com> Date: Thu, 14 Sep 2017 11:20:25 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd96a9bf..a9c01744 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Windows | 已经完成移植 - windows 10 - visual studio 2017 - [ZLToolKit](https://github.com/xiongziliang/ZLToolKit) - - [字符转换工具](http://www.cr173.com/soft/96995.html) + - [字符转换工具](http://xz.mqego.com/soft1/gb2utf8.zip) - 编译 ```