You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
308 B
Bash
11 lines
308 B
Bash
#!/bin/sh
|
|
|
|
brew update
|
|
|
|
brew outdated cmake || brew upgrade cmake
|
|
brew outdated pkgconfig || brew upgrade pkgconfig
|
|
brew install $macos_qt_formula
|
|
|
|
curl https://downloads.openmw.org/osx/dependencies/openmw-deps-c40905f.zip -o ~/openmw-deps.zip
|
|
unzip ~/openmw-deps.zip -d /private/tmp/openmw-deps > /dev/null
|