mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 22:19:54 +00:00
cf2e59c983
Newer Qt versions require C++11.
11 lines
286 B
Bash
Executable file
11 lines
286 B
Bash
Executable file
#!/bin/sh
|
|
|
|
brew update
|
|
|
|
brew rm cmake || true
|
|
brew rm pkgconfig || true
|
|
brew rm qt5 || true
|
|
brew install cmake pkgconfig qt55
|
|
|
|
curl http://downloads.openmw.org/osx/dependencies/openmw-deps-263d4a8.zip -o ~/openmw-deps.zip
|
|
unzip ~/openmw-deps.zip -d /private/tmp/openmw-deps > /dev/null
|