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
13
README.md
13
README.md
@ -58,14 +58,15 @@ Linux | [![Build Status](https://travis-ci.org/xiongziliang/ZLMediaKit.svg?branc
|
||||
sudo apt-get install openssl
|
||||
sudo apt-get install libssl-dev
|
||||
```
|
||||
|
||||
- [ZLToolKit](https://github.com/xiongziliang/ZLToolKit)
|
||||
```
|
||||
git clone --depth=50 https://github.com/xiongziliang/ZLToolKit.git,
|
||||
cd ZLToolKit,
|
||||
mkdir -p build,
|
||||
cd build,
|
||||
cmake ..,
|
||||
make,
|
||||
git clone --depth=50 https://github.com/xiongziliang/ZLToolKit.git
|
||||
cd ZLToolKit
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
sudo make install
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user