summaryrefslogtreecommitdiff
path: root/docs/linux-core-installation.md
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-06-23 16:59:35 +0200
committerGitHub <noreply@github.com>2021-06-23 16:59:35 +0200
commitb94056e1aadb7fbcdfb8dad492b6066d5efa507f (patch)
tree6c9e8017f29b16f8ff84ccb1d71df1352deb8f04 /docs/linux-core-installation.md
parent9416921a7ec4dc5f1ed6b8a9098251afbc72d3f3 (diff)
downloadwiki-b94056e1aadb7fbcdfb8dad492b6066d5efa507f.tar.gz
wiki-b94056e1aadb7fbcdfb8dad492b6066d5efa507f.tar.bz2
wiki-b94056e1aadb7fbcdfb8dad492b6066d5efa507f.zip
chore: DSCRIPTS=static (#559)
* chore: test * chore: DSCRIPTS=static * Revert "chore: test"
Diffstat (limited to 'docs/linux-core-installation.md')
-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 60a3195..917b7ba 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=1
+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
```
To know the amount of cores available.