From c85612f4645fb7221b393d4acc371f5bfb8f5ac1 Mon Sep 17 00:00:00 2001 From: Moe Date: Thu, 28 Sep 2017 23:50:37 +0200 Subject: [PATCH] Added instructions for cmake3 - Updated Linux64 instructions for older systems where cmake(2.8) might be causing compilation issues. - Using cmake3 may likely address issues (in certain scenarios) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d2d7f875..858ca430 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,10 @@ process. Install development tools and CMake: sudo apt-get install build-essential cmake + +**Note:** On older systems (eg. Ubuntu 14.04) you may run into compilation-issues with `cmake`. Therefore, install the following instead: + + sudo apt-get install build-essential cmake3 Make sure you have Python headers installed: