summaryrefslogtreecommitdiff
path: root/docs/Requirements.md
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2020-05-08 00:11:40 +0200
committerGitHub <noreply@github.com>2020-05-08 00:11:40 +0200
commitabe511b817edec5f0423d5a118064abbe2cbbf21 (patch)
treec73957858395405286647a5a89a71e7f3eb16162 /docs/Requirements.md
parent4e2e28e599446a9ed3c485e2ff8bc6829f160d27 (diff)
downloadwiki-abe511b817edec5f0423d5a118064abbe2cbbf21.tar.gz
wiki-abe511b817edec5f0423d5a118064abbe2cbbf21.tar.bz2
wiki-abe511b817edec5f0423d5a118064abbe2cbbf21.zip
refactor(Requirements): Update to match core (#219)
* refactor(Requirements): Update to match core * Change from Travis to Github Actions * Advice for CMake 2.8 or newer for idiot proofing * Delete travis-build.md
Diffstat (limited to 'docs/Requirements.md')
-rw-r--r--docs/Requirements.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Requirements.md b/docs/Requirements.md
index 1ef6451..f81c9f6 100644
--- a/docs/Requirements.md
+++ b/docs/Requirements.md
@@ -57,7 +57,7 @@ If you do not succeed installing cmake you can use the package manager of python
`clang --version`
-Your `clang` version **MUST** be `6` or higher ([here](http://www.azerothcore.org/wiki/travis-build) you can check the versions that run in our Travis CI pipeline, we recommend to use one of those versions).
+Your `clang` version **MUST** be `6` 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 16.04, you need to install clang using:
@@ -103,7 +103,7 @@ Then use it to install the required packages:
* Install Visual Studio >= 15 ( 2017 Desktop Community, make sure you're using Version 15.9.17+ ) [Microsoft downloads](https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Community&rel=15)
-* Install [CMake](https://cmake.org/) version >= 2.8
+* Install [CMake](https://cmake.org/) version 2.8 or newer.
* Install latest version of [Git Extensions](https://git-scm.com/download/win)