1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00
vcmi/CI/mac/before_install.sh

9 lines
278 B
Bash
Raw Normal View History

2016-10-11 23:52:47 +02:00
#!/bin/sh
brew update
#brew pin python@3.9
2022-05-14 11:38:07 +02:00
brew install smpeg2 libpng freetype qt5 ffmpeg ninja boost tbb luajit
2021-07-05 19:04:17 +02:00
brew install sdl2 sdl2_ttf sdl2_image sdl2_mixer
2016-10-11 23:52:47 +02:00
echo CMAKE_PREFIX_PATH="$(brew --prefix)/opt/ffmpeg@4:$(brew --prefix)/opt/qt5:$CMAKE_PREFIX_PATH" >> $GITHUB_ENV