Skip to content

Instantly share code, notes, and snippets.

@freemanirl
Created May 20, 2018 16:01
Show Gist options
  • Save freemanirl/12a470c5e899592976f4d5433be3cb58 to your computer and use it in GitHub Desktop.
Save freemanirl/12a470c5e899592976f4d5433be3cb58 to your computer and use it in GitHub Desktop.
Build cmake
version=3.11
build=1
mkdir ~/temp
cd ~/temp
wget https://cmake.org/files/v$version/cmake-$version.$build.tar.gz
tar -xzvf cmake-$version.$build.tar.gz
cd cmake-$version.$build/
Install the extracted source by running:
./bootstrap
make -j4
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment