mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-05 15:05:40 +02:00
9 lines
235 B
Bash
9 lines
235 B
Bash
#!/bin/sh
|
|
|
|
brew update
|
|
brew unlink boost
|
|
brew install boost smpeg2 innoextract libpng freetype sdl2 sdl2_ttf sdl2_image qt5 ffmpeg
|
|
brew install sdl2_mixer --with-smpeg2
|
|
|
|
export CMAKE_PREFIX_PATH="/usr/local/opt/qt5:$CMAKE_PREFIX_PATH"
|