Files
azerothcore-wotlk/apps/installer/includes/os_configs/osx.sh
2021-09-29 09:17:14 +02:00

11 lines
320 B
Bash

brew update
##########################################
## workaround for cmake already being installed in the github runners
if ! command -v cmake &>/dev/null ; then
brew install cmake
fi
##########################################
brew install openssl@1.1 readline boost bash-completion curl unzip mysql ccache