Skip to content

Instantly share code, notes, and snippets.

@etaf
Created October 22, 2018 04:07
Show Gist options
  • Save etaf/b94eb35bdc2034a96b40f076dc7022d9 to your computer and use it in GitHub Desktop.
Save etaf/b94eb35bdc2034a96b40f076dc7022d9 to your computer and use it in GitHub Desktop.
install cmake to local
wget from cmake official site
tar ...
./bootstrap --prefix=${HOME}/.local
make -j$(nproc) && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment