去除多余依赖

This commit is contained in:
xiongziliang 2020-04-06 21:57:14 +08:00
parent 1896b1d768
commit 4d74360609
3 changed files with 1 additions and 7 deletions

View File

@ -14,7 +14,7 @@ jobs:
run: git submodule update --init run: git submodule update --init
- name: apt-get安装依赖库(非必选) - name: apt-get安装依赖库(非必选)
run: sudo apt-get update && sudo apt-get install -y cmake libssl-dev libmp4v2-dev libsdl-dev libavcodec-dev libavutil-dev run: sudo apt-get update && sudo apt-get install -y cmake libssl-dev libsdl-dev libavcodec-dev libavutil-dev
- name: 编译 - name: 编译
run: mkdir -p linux_build && cd linux_build && cmake .. && make -j4 run: mkdir -p linux_build && cd linux_build && cmake .. && make -j4

View File

@ -6,10 +6,7 @@ git submodule init
git submodule update git submodule update
sudo apt-get install cmake sudo apt-get install cmake
sudo apt-get install libmysqlclient-dev
sudo apt-get install libssl-dev sudo apt-get install libssl-dev
sudo apt-get install libx264-dev
sudo apt-get install libfaac-dev
#sudo apt-get install libsdl-dev #sudo apt-get install libsdl-dev
#sudo apt-get install libavcodec-dev #sudo apt-get install libavcodec-dev
#sudo apt-get install libavutil-dev #sudo apt-get install libavutil-dev

View File

@ -6,10 +6,7 @@ git submodule init
git submodule update git submodule update
brew install cmake brew install cmake
brew install mysql
brew install openssl brew install openssl
brew install x264
brew install faac
brew install sdl brew install sdl
brew install ffmpeg brew install ffmpeg