Installation Guide | |
---|---|
This article is a part of the Installation Guide. You can read it alone or click the previous link to easily move between the steps. | |
<< Start: Installation Guide | Step 2: Core Installation >> |
MacOS ≥ 11 |
OpenSSL ≥ 3.0 |
Boost ≥ 1.74 |
MySQL ≥ 8.0.0 |
CMake ≥ 3.16 |
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
If you are still having problems, check:
Join our Discord Server, but it is not a 24/7 support channel. A staff member will answer you whenever they have time.
Installation Guide | |
---|---|
This article is a part of the Installation Guide. You can read it alone or click the previous link to easily move between the steps. | |
<< Start: Installation Guide | Step 2: Core Installation >> |