Install the last version of CMAKE on Raspberry

on a terminal :

Download necessary file and extract it :
cd download wget https://cmake.org/files/v3.4/cmake-3.4.1.tar.gz tar -xvzf cmake-3.4.1.tar.gz


Compile and Install CMAKE
cd cdmake-3.4.1/
sudo ./bootstrap
sudo make
sudo make install



Source informations : https://osdevlab.blogspot.fr/2015/12/how-to-install-latest-cmake-for.html

Commentaires