1 Star 0 Fork 1.2K

havealex / ZLMediaKit

forked from 夏楚 / ZLMediaKit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_for_mac.sh 415 Bytes
一键复制 编辑 原始数据 按行查看 历史
夏楚 提交于 2020-04-03 22:28 . 去除mp4v2依赖
#!/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 mysql
brew install openssl
brew install x264
brew install faac
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/havealex/ZLMediaKit.git
git@gitee.com:havealex/ZLMediaKit.git
havealex
ZLMediaKit
ZLMediaKit
master

搜索帮助