mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-28 23:06:24 +02:00
8 lines
191 B
Bash
8 lines
191 B
Bash
#!/bin/sh
|
|
|
|
brew update
|
|
brew install smpeg2 libpng freetype sdl2 sdl2_ttf sdl2_image qt5 ffmpeg ninja
|
|
brew install sdl2_mixer
|
|
|
|
export CMAKE_PREFIX_PATH="/usr/local/opt/qt5:$CMAKE_PREFIX_PATH"
|