tar -xvf cmake-3.8.1.tar.gz
cd CMake-3.8.1
./bootstrap --prefix=/path/to/CMAKE make -j 16 make install
export PATH=/path/to/CMAKE/bin:$PATH