summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2022-01-29 18:46:03 +0100
committerGitHub <noreply@github.com>2022-01-29 18:46:03 +0100
commit6fd5b16bd8408b272eed066752799ec146acd783 (patch)
tree5c13112d262b8aa9c752e428c3db0282213a647b
parentd74888d28d00f8f6566ba35c77d152c6cb56bc2f (diff)
downloadwiki-6fd5b16bd8408b272eed066752799ec146acd783.tar.gz
wiki-6fd5b16bd8408b272eed066752799ec146acd783.tar.bz2
wiki-6fd5b16bd8408b272eed066752799ec146acd783.zip
Update linux-requirements.md
-rw-r--r--docs/linux-requirements.md4
1 files changed, 2 insertions, 2 deletions
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.