How to install Cmake on Linux Mint
https://linuxhint.com/install-cmake-linux-mintCMake is a cross-platform software that produces project files for a variety of environments from applications/softwares code. CMake is not a build system but it generates build files for another system. Due to its cross-platform accessibility it is available for Linux-based distros. This article is a guide on how to install CMake on Linux Mint.
Installing cmake on Linux - AirSim
microsoft.github.io › AirSim › cmake_linuxInstalling cmake on Linux# If you don't have cmake version 3.10 (for example, 3.2.2 is the default on Ubuntu 14) you can run the following: mkdir ~/cmake-3.10.2 cd ~/cmake-3.10.2 wget https://cmake.org/files/v3.10/cmake-3.10.2-Linux-x86_64.sh. Now you have to run this command by itself (it is interactive)