Skip to content

Instantly share code, notes, and snippets.

@egabancho
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save egabancho/e8cb5a1de9a928a1ba63 to your computer and use it in GitHub Desktop.

Select an option

Save egabancho/e8cb5a1de9a928a1ba63 to your computer and use it in GitHub Desktop.

Revisions

  1. egabancho revised this gist Aug 6, 2014. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions cmake_slc6.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    mkdir -p /opt/pkgs

    # cmake 2.8 (for some vim plugins)

    cd /opt/pkgs
  2. egabancho renamed this gist Aug 6, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. egabancho created this gist Aug 6, 2014.
    11 changes: 11 additions & 0 deletions vim_slc6.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    # 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