AzerothCore
Pages :

macOS Requirements

Installation Guide
This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps.
<< Start: Installation Guide Step 2: Core Installation >>
MacOS ≥ 11
OpenSSL ≥ 3.0
Boost ≥ 1.70
MySQL ≥ 5.7.0
CMake ≥ 3.16
  • Install XCode using the App Store, then open the terminal and type:
xcode-select --install

Use brew it to install the required packages:

brew update
brew install openssl@3 readline cmake boost coreutils bash bash-completion coreutils

This will install bash 5+, you might need to restart your terminal. Make sure you are using bash 5 or newer by typing bash --version.

Now install mysql:

brew install mysql

You will be prompted some instructions to complete the mysql installation, for example to properly set a password. Just follow the instructions and properly configure mysql. This step is important, do not skip it.

To verify that mysql has been properly installed, try accessing it using either the command line (e.g. mysql -u root -p) or using DB client managers with a UI like Sequel Ace.

You can install Sequel Ace with:

brew install --cask sequel-ace

Help

If you are still having problems, check:

Installation Guide
This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps.
<< Start: Installation Guide Step 2: Core Installation >>