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