diff options
| author | Kargatum <dowlandtop@yandex.com> | 2021-04-03 05:10:53 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-03 00:10:53 +0200 |
| commit | e7694c00ffd40e0b894d6d5a226b40c39d2268e0 (patch) | |
| tree | 90a6011359f6930447e462f76a741839301045a0 | |
| parent | bf2d45e5cf5c68899708d77c3d0c5846a604168a (diff) | |
| download | wiki-e7694c00ffd40e0b894d6d5a226b40c39d2268e0.tar.gz wiki-e7694c00ffd40e0b894d6d5a226b40c39d2268e0.tar.bz2 wiki-e7694c00ffd40e0b894d6d5a226b40c39d2268e0.zip | |
feat: Requirements: set min require CMake to 3.16 (#422)
| -rw-r--r-- | docs/Requirements.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Requirements.md b/docs/Requirements.md index fc63ba0..5a830b5 100644 --- a/docs/Requirements.md +++ b/docs/Requirements.md @@ -55,7 +55,7 @@ Than **reboot** to sync the bash and use cmake from the terminal, than type the cmake --version ``` -You should have a version **>= 3.8**. +You should have a version **>= 3.16**. Continue below the guide to install the other installation requirements. @@ -124,7 +124,7 @@ If you use another distro or version, search on google for how to install the ri cmake --version ``` -Your `cmake` version **MUST** be `3.8` or higher. +Your `cmake` version **MUST** be `3.16` or higher. On an older version of Ubuntu (example: 16.04), you can follow the instructions here in order to install the latest cmake version. On debian you would need to use the backports sources or build Cmake manually. |
