mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
Update README.md
This commit is contained in:
parent
f8d67ae38f
commit
22f79f475b
21
README.md
21
README.md
@ -58,32 +58,33 @@ Linux | [![Build Status](https://travis-ci.org/xiongziliang/ZLMediaKit.svg?branc
|
|||||||
sudo apt-get install openssl
|
sudo apt-get install openssl
|
||||||
sudo apt-get install libssl-dev
|
sudo apt-get install libssl-dev
|
||||||
```
|
```
|
||||||
- [ZLToolKit](https://github.com/xiongziliang/ZLToolKit)
|
|
||||||
|
- [ZLToolKit](https://github.com/xiongziliang/ZLToolKit)
|
||||||
```
|
```
|
||||||
git clone --depth=50 https://github.com/xiongziliang/ZLToolKit.git,
|
git clone --depth=50 https://github.com/xiongziliang/ZLToolKit.git
|
||||||
cd ZLToolKit,
|
cd ZLToolKit
|
||||||
mkdir -p build,
|
mkdir -p build
|
||||||
cd build,
|
cd build
|
||||||
cmake ..,
|
cmake ..
|
||||||
make,
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
- libfaac(使能ENABLE_FAAC宏,非必备项)
|
- libfaac(使能ENABLE_FAAC宏,非必备项)
|
||||||
|
|
||||||
```
|
```
|
||||||
# 安装faac开发套件
|
# 安装faac开发套件
|
||||||
sudo apt-get install libfaac-dev
|
sudo apt-get install libfaac-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
- libx264(使能ENABLE_X264宏,非必备项)
|
- libx264(使能ENABLE_X264宏,非必备项)
|
||||||
|
|
||||||
```
|
```
|
||||||
# 安装x264开发套件
|
# 安装x264开发套件
|
||||||
sudo apt-get install libx264-dev
|
sudo apt-get install libx264-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
- libmp4v2(使能ENABLE_MP4V2宏,非必备项)
|
- libmp4v2(使能ENABLE_MP4V2宏,非必备项)
|
||||||
|
|
||||||
```
|
```
|
||||||
# 安装mp4v2开发套件
|
# 安装mp4v2开发套件
|
||||||
|
Loading…
Reference in New Issue
Block a user