From c734fff44bb5473f1bb9b4d112c7cdbf087ac10d Mon Sep 17 00:00:00 2001 From: Rick Altherr Date: Wed, 15 Nov 2017 03:59:17 -0500 Subject: [PATCH] README: clarify cmake package requirements CMake 3.5.0 or later is required. For Ubuntu 14.04, that has a different package name. Signed-off-by: Rick Altherr Signed-off-by: Tim 'mithro' Ansell --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24f7bb5c..e9a2726d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Pull submodules: git submodule update --init --recursive Install CMake and build the C++ tools: - sudo apt-get install cmake3 + sudo apt-get install cmake # version 3.5.0 or later required, + # for Ubuntu Trusty pkg is called cmake3 mkdir build pushd build cmake ..