tar zxvf cmake-3.8.1.tar.gz
cd cmake-3.8.1
./configure --prefix=/path/to/CMAKE
make make install
export PATH=/path/to/CMAKE/bin:$PATH