summaryrefslogtreecommitdiff
path: root/docs/Installation.md
diff options
context:
space:
mode:
authorWalter Pagani <paganiwalter@gmail.com>2020-07-18 12:51:20 -0300
committerGitHub <noreply@github.com>2020-07-18 17:51:20 +0200
commit4dbaff524a4b76fdfca30193a5cc3a6198eac612 (patch)
tree29a400a92cbae9524f348405e5e9627945dd9499 /docs/Installation.md
parent4ef0f52cecf814dadabd8eb3586158c92e561e6f (diff)
downloadwiki-4dbaff524a4b76fdfca30193a5cc3a6198eac612.tar.gz
wiki-4dbaff524a4b76fdfca30193a5cc3a6198eac612.tar.bz2
wiki-4dbaff524a4b76fdfca30193a5cc3a6198eac612.zip
Typing error. (#262)
Co-authored-by: Pagani Walter <paganiwalter@hotmail.com>
Diffstat (limited to 'docs/Installation.md')
-rw-r--r--docs/Installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Installation.md b/docs/Installation.md
index 6706d02..0e892a9 100644
--- a/docs/Installation.md
+++ b/docs/Installation.md
@@ -70,7 +70,7 @@ At this point, you must be in your "build/" directory.
**Note2**: 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`
```
-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=1
```
Then, replacing `6` with the number of threads that you want to execute, type: