Merge branch 'master' of https://github.com/xiongziliang/ZLMediaKit
This commit is contained in:
commit
318ab7e29e
15
README.md
15
README.md
|
|
@ -5,6 +5,7 @@ Linux | [](https://travis-ci.org/xiongziliang/ZLMediaKit_build_for_mac)
|
||||
iOS | [](https://travis-ci.org/xiongziliang/ZLMediaKit-build_for_ios)
|
||||
Android | [](https://travis-ci.org/xiongziliang/ZLMediaKit_build_for_android)
|
||||
Windows | 已经完成移植
|
||||
|
||||
## 项目特点
|
||||
- 基于C++11开发,避免使用裸指针,代码稳定可靠;同时跨平台移植简单方便,代码清晰简洁。
|
||||
|
|
@ -93,6 +94,20 @@ Android | [
|
||||
- 我的编译环境
|
||||
- windows 10
|
||||
- visual studio 2017
|
||||
- [ZLToolKit](https://github.com/xiongziliang/ZLToolKit)
|
||||
|
||||
- 编译
|
||||
```
|
||||
1 请先编译[ZLToolKit](https://github.com/xiongziliang/ZLToolKit)
|
||||
2 使用vs2017打开ZLMediaKit源码根目录文件夹,然后自动生成工程文件,工程文件路径请查看cmake输出.
|
||||
3 找到工程文件(ZLMediaKit.sln),双击用vs2017打开.
|
||||
4 编译 ALL_BUILD 项目.
|
||||
5 找到目标文件并运行测试用例.
|
||||
```
|
||||
## 使用方法
|
||||
- 作为服务器:
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue