Install cmake from source


Notes howto install cmake from source

Some ros package can’t install because minimum cmake, this is how i do it

#download cmake version here https://cmake.org/files/

wget https://cmake.org/files/v3.8/cmake-3.8.0.tar.gz

#and uncompress package using 

tar xvf  cmake-3.8.0.tar.gz

sudo apt-get install build-essential

sudo ./bootstrap

sudo make 

sudo make install
Advertisement
%d bloggers like this: