From 22d34b3f015e32f28c033703d4f62d3f844b0dc7 Mon Sep 17 00:00:00 2001 From: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> Date: Fri, 20 Sep 2019 10:56:45 +0200 Subject: Update Requirements concerning cmake (#124) --- docs/Requirements.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/Requirements.md b/docs/Requirements.md index faf8488..6b7f714 100644 --- a/docs/Requirements.md +++ b/docs/Requirements.md @@ -30,6 +30,15 @@ For example, if you are using an older version of Ubuntu like 16.04, you need to If you use another distro or version, search on google for how to install the right clang version for your system. +### Check your cmake version + +`cmake --version` + +Your `cmake` version **MUST** be `3.8` or higher. + +If you are using an older version of Ubuntu like 16.04, you need to follow the instructions here in order to install the latest version: +https://apt.kitware.com/ + # Mac OS X -- cgit