1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-08 00:39:47 +02:00
vcmi/CI/mac/before_install.sh

8 lines
191 B
Bash
Raw Normal View History

2016-10-11 23:52:47 +02:00
#!/bin/sh
brew update
brew install smpeg2 libpng freetype sdl2 sdl2_ttf sdl2_image qt5 ffmpeg ninja
2019-02-05 07:34:37 +02:00
brew install sdl2_mixer
2016-10-11 23:52:47 +02:00
export CMAKE_PREFIX_PATH="/usr/local/opt/qt5:$CMAKE_PREFIX_PATH"