From b94056e1aadb7fbcdfb8dad492b6066d5efa507f Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Wed, 23 Jun 2021 16:59:35 +0200 Subject: chore: DSCRIPTS=static (#559) * chore: test * chore: DSCRIPTS=static * Revert "chore: test" --- docs/linux-core-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/linux-core-installation.md') 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. -- cgit