From 687a9b326e445d5d7a056d64f765148be921358f Mon Sep 17 00:00:00 2001 From: GeorgiyX <34867130+GeorgiyX@users.noreply.github.com> Date: Mon, 10 Oct 2022 13:31:24 +0300 Subject: docs: Changed cmake TOOLS parameter to actual TOOLS_BUILD (#821) --- docs/es/linux-core-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/es') diff --git a/docs/es/linux-core-installation.md b/docs/es/linux-core-installation.md index 53d3c71..ab7edb3 100644 --- a/docs/es/linux-core-installation.md +++ b/docs/es/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_BUILD=all -DSCRIPTS=static ``` To know the amount of cores available. -- cgit