Update README.md
This commit is contained in:
parent
e165849c35
commit
4906b988a4
15
README.md
15
README.md
|
|
@ -4,6 +4,7 @@
|
||||||
Linux | [](https://travis-ci.org/xiongziliang/ZLMediaKit)
|
Linux | [](https://travis-ci.org/xiongziliang/ZLMediaKit)
|
||||||
macOS | [](https://travis-ci.org/xiongziliang/ZLMediaKit_build_for_mac)
|
macOS | [](https://travis-ci.org/xiongziliang/ZLMediaKit_build_for_mac)
|
||||||
iOS | [](https://travis-ci.org/xiongziliang/ZLMediaKit-build_for_ios)
|
iOS | [](https://travis-ci.org/xiongziliang/ZLMediaKit-build_for_ios)
|
||||||
|
Android | [](https://travis-ci.org/xiongziliang/ZLMediaKit_build_for_android)
|
||||||
|
|
||||||
## 项目特点
|
## 项目特点
|
||||||
- 基于C++11开发,避免使用裸指针,代码稳定可靠;同时跨平台移植简单方便,代码清晰简洁。
|
- 基于C++11开发,避免使用裸指针,代码稳定可靠;同时跨平台移植简单方便,代码清晰简洁。
|
||||||
|
|
@ -78,7 +79,21 @@ iOS | [
|
||||||
|
- 我的编译环境
|
||||||
|
- macOS Sierra(10.12.1) + xcode8.3.1
|
||||||
|
- Homebrew 1.1.3
|
||||||
|
- cmake 3.8.0
|
||||||
|
- [android-ndk-r14b](https://dl.google.com/android/repository/android-ndk-r14b-darwin-x86_64.zip)
|
||||||
|
- 编译
|
||||||
|
|
||||||
|
```
|
||||||
|
cd ZLMediaKit
|
||||||
|
export ANDROID_NDK_ROOT=/path/to/ndk
|
||||||
|
./build_for_android.sh
|
||||||
|
```
|
||||||
|
|
||||||
## 联系方式
|
## 联系方式
|
||||||
- 邮箱:<771730766@qq.com>
|
- 邮箱:<771730766@qq.com>
|
||||||
- QQ群:542509000
|
- QQ群:542509000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue