From 4dbaff524a4b76fdfca30193a5cc3a6198eac612 Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Sat, 18 Jul 2020 12:51:20 -0300 Subject: Typing error. (#262) Co-authored-by: Pagani Walter --- docs/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit