Make and CMake Installation

Install Make

Install build essentials and Make first:

sudo apt-get install make
sudo apt-get update && sudo apt-get install build-essential

Install CMake

Download the latest version of the CMake executable.

In your linux shell run:

chmod +x /mnt/c/Users/*[your_username]*/Downloads/cmake-*-Linux-x86_64.sh
sudo /mnt/c/Users/*[your_username]*/Downloads/cmake-*-Linux-x86_64.sh
export PATH=~/cmake-3.13.3-Linux-x86_64/bin/:$PATH
Next
Previous

Related