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
307 B
Bash
11 lines
307 B
Bash
#!/bin/sh
|
|
|
|
brew update
|
|
|
|
brew outdated cmake || brew upgrade cmake
|
|
brew outdated pkgconfig || brew upgrade pkgconfig
|
|
brew install qt
|
|
|
|
curl -fSL -R -J https://downloads.openmw.org/osx/dependencies/openmw-deps-100d2e0.zip -o ~/openmw-deps.zip
|
|
unzip -o ~/openmw-deps.zip -d /private/tmp/openmw-deps > /dev/null
|