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