1 Star 0 Fork 1.2K

mingkof / ZLMediaKit

forked from 夏楚 / ZLMediaKit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_for_mac.sh 434 Bytes
一键复制 编辑 原始数据 按行查看 历史
夏楚 提交于 2018-03-21 15:50 . 更新编译脚本
#!/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 mp4v2
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/MINGKOF/ZLMediaKit.git
git@gitee.com:MINGKOF/ZLMediaKit.git
MINGKOF
ZLMediaKit
ZLMediaKit
master

搜索帮助