summaryrefslogtreecommitdiff
path: root/docs/Requirements.md
diff options
context:
space:
mode:
authorStoabrogga <38475780+Stoabrogga@users.noreply.github.com>2019-09-20 10:56:45 +0200
committerFrancesco Borzì <borzifrancesco@gmail.com>2019-09-20 10:56:45 +0200
commit22d34b3f015e32f28c033703d4f62d3f844b0dc7 (patch)
treec3d268a7e2428a0dcbe1b4b8f2a923c45939c878 /docs/Requirements.md
parent0d109ea8c1208d30d76d6017fd11c63e4cec1e45 (diff)
downloadwiki-22d34b3f015e32f28c033703d4f62d3f844b0dc7.tar.gz
wiki-22d34b3f015e32f28c033703d4f62d3f844b0dc7.tar.bz2
wiki-22d34b3f015e32f28c033703d4f62d3f844b0dc7.zip
Update Requirements concerning cmake (#124)
Diffstat (limited to 'docs/Requirements.md')
-rw-r--r--docs/Requirements.md9
1 files changed, 9 insertions, 0 deletions
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