diff options
Diffstat (limited to 'docs/linux-core-installation.md')
| -rw-r--r-- | docs/linux-core-installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linux-core-installation.md b/docs/linux-core-installation.md index 8204f42..0a766f8 100644 --- a/docs/linux-core-installation.md +++ b/docs/linux-core-installation.md @@ -65,7 +65,7 @@ echo $HOME **Note**: in case you use a non-default package for `clang`, you need to replace it accordingly. For example, if you installed `clang-6.0` then you have to replace `clang` with `clang-6.0` and `clang++` with `clang++-6.0` ```sh -cmake ../ -DCMAKE_INSTALL_PREFIX=$HOME/azeroth-server/ -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DWITH_WARNINGS=1 -DTOOLS=0 -DSCRIPTS=static -DMODULES=static +cmake ../ -DCMAKE_INSTALL_PREFIX=$HOME/azeroth-server/ -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DWITH_WARNINGS=1 -DTOOLS_BUILD=all -DSCRIPTS=static -DMODULES=static ``` To know the amount of cores available. |
