Last active
August 29, 2015 14:04
-
-
Save egabancho/e8cb5a1de9a928a1ba63 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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