From 6fd5b16bd8408b272eed066752799ec146acd783 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sat, 29 Jan 2022 18:46:03 +0100 Subject: Update linux-requirements.md --- docs/linux-requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/linux-requirements.md b/docs/linux-requirements.md index bb6b774..f1a6c08 100644 --- a/docs/linux-requirements.md +++ b/docs/linux-requirements.md @@ -66,12 +66,12 @@ apt-get update && apt-get install git cmake make gcc g++ clang default-libmysqlc clang --version ``` -Your `clang` version **MUST** be `7` or higher ([here](https://github.com/azerothcore/azerothcore-wotlk/actions?query=workflow%3Acore-build) you can check the versions that run in our Github Actions pipeline, we recommend to use one of those versions). +Your `clang` version **MUST** be `10` or higher ([here](https://github.com/azerothcore/azerothcore-wotlk/actions?query=workflow%3Acore-build) you can check the versions that run in our Github Actions pipeline, we recommend to use one of those versions). For example, if you are using an older version of Ubuntu like 18.04, you need to install clang using: ```sh -sudo apt-get install clang-7.0 +sudo apt-get install clang-10.0 ``` If you use another distro or version, search on google for how to install the right clang version for your system. -- cgit