1 Star 0 Fork 1.2K

cuishaojie / ZLMediaKit

forked from 夏楚 / ZLMediaKit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_for_mac.sh 360 Bytes
一键复制 编辑 原始数据 按行查看 历史
夏楚 提交于 2020-04-06 21:57 . 去除多余依赖
#!/bin/bash
cd ..
git clone --depth=1 https://github.com/xiongziliang/ZLMediaKit.git
cd ZLMediaKit
git submodule init
git submodule update
brew install cmake
brew install openssl
brew install sdl
brew install ffmpeg
mkdir -p mac_build
rm -rf ./build
ln -s ./mac_build build
cd mac_build
cmake .. -DOPENSSL_ROOT_DIR=/usr/local/Cellar/openssl/1.0.2j/
make -j4
C++
1
https://gitee.com/shuixianmu/ZLMediaKit.git
git@gitee.com:shuixianmu/ZLMediaKit.git
shuixianmu
ZLMediaKit
ZLMediaKit
master

搜索帮助