Skip to content

Instantly share code, notes, and snippets.

@muratayusuke
Last active October 10, 2015 10:47
Show Gist options
  • Select an option

  • Save muratayusuke/3677821 to your computer and use it in GitHub Desktop.

Select an option

Save muratayusuke/3677821 to your computer and use it in GitHub Desktop.

Revisions

  1. muratayusuke revised this gist Oct 21, 2013. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions global.sh
    Original file line number Diff line number Diff line change
    @@ -20,4 +20,7 @@ make
    make install

    cd /usr/local/
    if [ -L global ];then
    rm global
    fi
    ln -s global-${GB_VER} global
  2. muratayusuke revised this gist Oct 21, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion global.sh
    Original file line number Diff line number Diff line change
    @@ -14,7 +14,7 @@ wget http://tamacom.com/global/global-${GB_VER}.tar.gz
    tar xzf global-${GB_VER}.tar.gz

    cd global-${GB_VER}
    ./configure --prefix=/usr/local/global-${GB_VER}
    ./configure --prefix=/usr/local/global-${GB_VER} --with-exuberant-ctags=/usr/bin/ctags-exuberant

    make
    make install
  3. muratayusuke revised this gist Nov 5, 2012. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions global.sh
    Original file line number Diff line number Diff line change
    @@ -3,12 +3,12 @@
    ##################################
    # 1. cd /usr/local/src
    # 2. wget https://gist.github.com/raw/3677821/c20a62a45a0d92be6190a319d7b98bdbf8dbeadb/global.sh
    # 3. sudo sh global.sh
    # 3. sudo sh global.sh ${version}
    ##################################

    cd /usr/local/src

    GB_VER=6.2.2
    GB_VER=$1
    wget http://tamacom.com/global/global-${GB_VER}.tar.gz

    tar xzf global-${GB_VER}.tar.gz
  4. muratayusuke revised this gist Sep 10, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion global.sh
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@
    # usage
    ##################################
    # 1. cd /usr/local/src
    # 2. wget
    # 2. wget https://gist.github.com/raw/3677821/c20a62a45a0d92be6190a319d7b98bdbf8dbeadb/global.sh
    # 3. sudo sh global.sh
    ##################################

  5. muratayusuke renamed this gist Sep 10, 2012. 1 changed file with 8 additions and 2 deletions.
    10 changes: 8 additions & 2 deletions global → global.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,10 @@
    sudo su root
    ##################################
    # usage
    ##################################
    # 1. cd /usr/local/src
    # 2. wget
    # 3. sudo sh global.sh
    ##################################

    cd /usr/local/src

    @@ -14,4 +20,4 @@ make
    make install

    cd /usr/local/
    ln -s global-${GB_VER} global
    ln -s global-${GB_VER} global
  6. @byplayer byplayer revised this gist Apr 30, 2012. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions global
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,7 @@
    sudo su root

    cd /usr/local/src

    GB_VER=6.2.2
    wget http://tamacom.com/global/global-${GB_VER}.tar.gz

  7. @byplayer byplayer revised this gist Apr 5, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion global
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    GB_VER=6.2.1
    GB_VER=6.2.2
    wget http://tamacom.com/global/global-${GB_VER}.tar.gz

    tar xzf global-${GB_VER}.tar.gz
  8. @byplayer byplayer revised this gist Mar 6, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion global
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    GB_VER=6.2
    GB_VER=6.2.1
    wget http://tamacom.com/global/global-${GB_VER}.tar.gz

    tar xzf global-${GB_VER}.tar.gz
  9. @byplayer byplayer created this gist Feb 21, 2012.
    13 changes: 13 additions & 0 deletions global
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    GB_VER=6.2
    wget http://tamacom.com/global/global-${GB_VER}.tar.gz

    tar xzf global-${GB_VER}.tar.gz

    cd global-${GB_VER}
    ./configure --prefix=/usr/local/global-${GB_VER}

    make
    make install

    cd /usr/local/
    ln -s global-${GB_VER} global