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 <kc8apf@kc8apf.net>
Signed-off-by: Tim 'mithro' Ansell <mithro@mithis.com>
This commit is contained in:
Rick Altherr 2017-11-15 03:59:17 -05:00 committed by Tim 'mithro' Ansell
parent 32f1304e84
commit c734fff44b
1 changed files with 2 additions and 1 deletions

View File

@ -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 ..