Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:git [2018/01/23 07:19]
eServices Greece
software:git [2021/11/16 09:36] (current)
eServices Greece
Line 7: Line 7:
 === Library Prerequisites === === Library Prerequisites ===
 <sxh> <sxh>
-yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel gcc perl-ExtUtils-MakeMaker+yum -y install curl-devel expat-devel gettext-devel openssl-devel zlib-devel gcc perl-ExtUtils-MakeMaker
 </sxh> </sxh>
  
Line 13: Line 13:
 You can change the values here to change compiled version. You can change the values here to change compiled version.
 <sxh> <sxh>
-GIT_VERSION=2.16.1+GIT_VERSION=2.34.0
 </sxh> </sxh>
  
Line 32: Line 32:
 <sxh> <sxh>
 make prefix=/usr/local/git install make prefix=/usr/local/git install
 +</sxh>
 +
 +=== symlink to default locations (Warning) ===
 +<sxh>
 +ln -s /usr/local/git/bin/git /usr/bin/git
 +ln -s /usr/local/git/bin/git-shell /usr/bin/git-shell
 +ln -s /usr/local/git/bin/git-receive-pack /usr/bin/git-receive-pack
 +ln -s /usr/local/git/bin/git-upload-archive /usr/bin/git-upload-archive
 +ln -s /usr/local/git/bin/git-upload-pack /usr/bin/git-upload-pack
 </sxh> </sxh>