ZLMediaKit/build_for_mac.sh

20 lines
491 B
Bash
Raw Normal View History

2017-05-11 22:55:29 +08:00
#!/bin/bash
path=`pwd`
wget https://raw.githubusercontent.com/xiongziliang/ZLToolKit/master/build_for_mac.sh -O toolkit_build.sh
sudo chmod +x ./toolkit_build.sh
./toolkit_build.sh
brew install x264
brew install faac
brew install mp4v2
brew install sdl
brew install ffmpeg
cd $path
cd ..
git clone --depth=50 https://github.com/xiongziliang/ZLMediaKit.git
cd ZLMediaKit
2017-06-20 14:37:09 +08:00
mkdir -p mac_build
cd mac_build
2017-05-11 22:55:29 +08:00
cmake .. -DOPENSSL_ROOT_DIR=/usr/local/Cellar/openssl/1.0.2j/
make -j4
sudo make install