diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2020-06-03 12:13:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-03 12:13:51 +0200 |
| commit | 991dfeccda711bff5294518954404a3ed3de6b12 (patch) | |
| tree | c63d6eaf51d571caaaa3ad550641b810330ba48d /docs | |
| parent | dfa6556674815fba0452a71b627020f1e5e44d7b (diff) | |
| download | wiki-991dfeccda711bff5294518954404a3ed3de6b12.tar.gz wiki-991dfeccda711bff5294518954404a3ed3de6b12.tar.bz2 wiki-991dfeccda711bff5294518954404a3ed3de6b12.zip | |
fix mistake
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Installation.md b/docs/Installation.md index 20fef81..6706d02 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++ -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: |
