Skip to content

Instantly share code, notes, and snippets.

@egabancho
Last active August 29, 2015 14:04
Show Gist options
  • Save egabancho/e8cb5a1de9a928a1ba63 to your computer and use it in GitHub Desktop.
Save egabancho/e8cb5a1de9a928a1ba63 to your computer and use it in GitHub Desktop.
mkdir -p /opt/pkgs
# cmake 2.8 (for some vim plugins)
cd /opt/pkgs
wget http://www.cmake.org/files/v2.8/cmake-2.8.10.2.tar.gz
tar -zxvf cmake-*.tar.gz
rm -f cmake-*.tar.gz
cd cmake*
./bootstrap
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment