How to install the latest version of Cmake via command line.
Ubuntu
- Follow steps in this link https://anglehit.com/how-to-install-the-latest-version-of-cmake-via-command-line/
- Get latest CMake link here: https://cmake.org/download/ and download by wget:
e.g. wget https://github.com/Kitware/CMake/releases/download/v3.13.4/cmake-3.13.4.tar.gz
- After step 4., if you see cmake version is 3.13.4 or later then it's installed successfully. cmake --version
cmake version 3.13.4
CMake suite maintained and supported by Kitware (kitware.com/cmake).
- Re-login SSH session to update environment.