mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-01 19:50:53 +08:00
Update README.md
This commit is contained in:
15
README.md
15
README.md
@@ -4,6 +4,7 @@
|
||||
Linux | [](https://travis-ci.org/xiongziliang/ZLMediaKit)
|
||||
macOS | [](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)
|
||||
|
||||
## 项目特点
|
||||
- 基于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>
|
||||
- QQ群:542509000
|
||||
|
||||
Reference in New Issue
Block a user