diff options
| -rw-r--r-- | docs/Requirements.md | 4 | ||||
| -rw-r--r-- | docs/travis-build.md | 10 |
2 files changed, 2 insertions, 12 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) diff --git a/docs/travis-build.md b/docs/travis-build.md deleted file mode 100644 index b34af59..0000000 --- a/docs/travis-build.md +++ /dev/null @@ -1,10 +0,0 @@ -(This document is just a draft and should be updated) - -Travis build -- id 1 is clang 6 -- id 2 is clang 7 - -This is the script where the compiler is specified: - -[apps/ci/ci-before_install.sh](https://github.com/azerothcore/azerothcore-wotlk/blob/master/apps/ci/ci-before_install.sh) - |
