1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 18:49:54 +00:00
openmw-tes3mp/CI/before_install.osx.sh

11 lines
310 B
Bash
Raw Normal View History

2018-03-13 18:58:52 +00:00
#!/bin/sh -e
brew update
brew outdated cmake || brew upgrade cmake
brew outdated pkgconfig || brew upgrade pkgconfig
brew install qt
2016-03-06 13:49:34 +00:00
curl -fSL -R -J https://downloads.openmw.org/osx/dependencies/openmw-deps-4eec887.zip -o ~/openmw-deps.zip
2018-06-26 14:01:10 +00:00
unzip -o ~/openmw-deps.zip -d /private/tmp/openmw-deps > /dev/null