From e7694c00ffd40e0b894d6d5a226b40c39d2268e0 Mon Sep 17 00:00:00 2001 From: Kargatum Date: Sat, 3 Apr 2021 05:10:53 +0700 Subject: feat: Requirements: set min require CMake to 3.16 (#422) --- docs/Requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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. -- cgit