Last active
October 10, 2015 10:47
-
-
Save muratayusuke/3677821 to your computer and use it in GitHub Desktop.
Revisions
-
muratayusuke revised this gist
Oct 21, 2013 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal 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 -
muratayusuke revised this gist
Oct 21, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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} --with-exuberant-ctags=/usr/bin/ctags-exuberant make make install -
muratayusuke revised this gist
Nov 5, 2012 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal 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 ${version} ################################## cd /usr/local/src GB_VER=$1 wget http://tamacom.com/global/global-${GB_VER}.tar.gz tar xzf global-${GB_VER}.tar.gz -
muratayusuke revised this gist
Sep 10, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ # usage ################################## # 1. cd /usr/local/src # 2. wget https://gist.github.com/raw/3677821/c20a62a45a0d92be6190a319d7b98bdbf8dbeadb/global.sh # 3. sudo sh global.sh ################################## -
muratayusuke renamed this gist
Sep 10, 2012 . 1 changed file with 8 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,10 @@ ################################## # 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 -
byplayer revised this gist
Apr 30, 2012 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal 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 -
byplayer revised this gist
Apr 5, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ GB_VER=6.2.2 wget http://tamacom.com/global/global-${GB_VER}.tar.gz tar xzf global-${GB_VER}.tar.gz -
byplayer revised this gist
Mar 6, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ GB_VER=6.2.1 wget http://tamacom.com/global/global-${GB_VER}.tar.gz tar xzf global-${GB_VER}.tar.gz -
byplayer created this gist
Feb 21, 2012 .There are no files selected for viewing
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 charactersOriginal 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