summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authortemperrr <temperrr@users.noreply.github.com>2022-06-08 09:42:00 +0200
committerGitHub <noreply@github.com>2022-06-08 09:42:00 +0200
commitb9e50d8e968339343232608d577787bddf885c52 (patch)
tree53cb54da0a5b6334ef96fc4a3a90ec985d15907e /docs
parentc6e984a73cd237724e9195b31e97a8003c2ec8a5 (diff)
downloadwiki-b9e50d8e968339343232608d577787bddf885c52.tar.gz
wiki-b9e50d8e968339343232608d577787bddf885c52.tar.bz2
wiki-b9e50d8e968339343232608d577787bddf885c52.zip
Update linux-core-installation cmake instructions (#722)
Diffstat (limited to 'docs')
-rw-r--r--docs/linux-core-installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linux-core-installation.md b/docs/linux-core-installation.md
index 917b7ba..8204f42 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
+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
```
To know the amount of cores available.