1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-16 13:16:33 +00:00
openmw/CI/macos/before_install.arm64.sh
2025-07-06 17:28:23 -05:00

9 lines
355 B
Bash
Executable file

#!/bin/sh -ex
brew tap --repair
brew update --quiet
brew install curl xquartz gd fontconfig freetype harfbuzz brotli s3cmd ccache cmake qt@6 openal-soft icu4c yaml-cpp sqlite
curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/macos/openmw-deps-20240818-arm64.tar.xz -o ~/openmw-deps.tar.xz
tar xf ~/openmw-deps.tar.xz -C /tmp > /dev/null