forked from mirror/openmw-tes3mp
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.
12 lines
300 B
Bash
12 lines
300 B
Bash
#!/bin/sh
|
|
|
|
brew update
|
|
|
|
brew rm cmake || true
|
|
brew rm pkgconfig || true
|
|
brew rm qt5 || true
|
|
brew install cmake pkgconfig $macos_qt_formula
|
|
|
|
curl https://downloads.openmw.org/osx/dependencies/openmw-deps-0ecece4.zip -o ~/openmw-deps.zip
|
|
unzip ~/openmw-deps.zip -d /private/tmp/openmw-deps > /dev/null
|