Skip to content

Instantly share code, notes, and snippets.

@AStupidBear
Created October 20, 2018 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AStupidBear/66547951286314761f5ed2476595fa27 to your computer and use it in GitHub Desktop.
Save AStupidBear/66547951286314761f5ed2476595fa27 to your computer and use it in GitHub Desktop.
cd /tmp
wget https://cmake.org/files/v3.12/cmake-3.12.3.tar.gz
tar zxvf cmake-3.*
cd cmake-3.*
./bootstrap --prefix=/usr/local
make -j$(nproc)
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment