summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrancesco Borzì <borzifrancesco@gmail.com>2020-07-19 16:35:59 +0200
committerGitHub <noreply@github.com>2020-07-19 16:35:59 +0200
commit417ed93b4083a36448d12085a1bc107bdfe710e0 (patch)
treedbbaa83997027a2fd255b7531db84594cd785e3e /docs
parent4dbaff524a4b76fdfca30193a5cc3a6198eac612 (diff)
downloadwiki-417ed93b4083a36448d12085a1bc107bdfe710e0.tar.gz
wiki-417ed93b4083a36448d12085a1bc107bdfe710e0.tar.bz2
wiki-417ed93b4083a36448d12085a1bc107bdfe710e0.zip
Update Installation.md (#265)
Diffstat (limited to 'docs')
-rw-r--r--docs/Installation.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/Installation.md b/docs/Installation.md
index 0e892a9..b25cc02 100644
--- a/docs/Installation.md
+++ b/docs/Installation.md
@@ -18,8 +18,6 @@ This page describes how to use [AzerothCore with ArchLinux](arch-linux.md)
## CLASSIC INSTALLATION
-/!\ For **macOS** users: the build on mac is currently broken (see [this issue](https://github.com/azerothcore/azerothcore-wotlk/issues/122)), but you can still use AzerothCore on macOS with Docker.
-
### 1) Requirements
Make sure your system fits the [Requirements](Requirements.md).
@@ -85,7 +83,7 @@ make install
**Note**: in the follows command the variable `$HOME` is the path of the **current user**, so if you are logged as root, $HOME will be "/root".
```
-cmake ../ -DCMAKE_INSTALL_PREFIX=$HOME/azeroth-server/ -DTOOLS=0 -DSCRIPTS=1 -DMYSQL_ADD_INCLUDE_PATH=/usr/local/include -DMYSQL_LIBRARY=/usr/local/lib/libmysqlclient_r.dylib -DREADLINE_INCLUDE_DIR=/usr/local/opt/readline/include -DREADLINE_LIBRARY=/usr/local/opt/readline/lib/libreadline.dylib -DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include -DOPENSSL_SSL_LIBRARIES=/usr/local/opt/openssl/lib/libssl.dylib -DOPENSSL_CRYPTO_LIBRARIES=/usr/local/opt/openssl/lib/libcrypto.dylib
+cmake ../ -DCMAKE_INSTALL_PREFIX=$HOME/azeroth-server/ -DTOOLS=0 -DSCRIPTS=1 -DMYSQL_ADD_INCLUDE_PATH=/usr/local/include -DMYSQL_LIBRARY=/usr/local/lib/libmysqlclient.dylib -DREADLINE_INCLUDE_DIR=/usr/local/opt/readline/include -DREADLINE_LIBRARY=/usr/local/opt/readline/lib/libreadline.dylib -DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include -DOPENSSL_SSL_LIBRARIES=/usr/local/opt/openssl/lib/libssl.dylib -DOPENSSL_CRYPTO_LIBRARIES=/usr/local/opt/openssl/lib/libcrypto.dylib
```
Then, replacing `4` with the number of threads that you want to execute, type: