Categories
Uncategorized

Compile git 2.9.5 on Centos 7

wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.9.5.tar.gz
tar -xzf git-2.9.5.tar.gz
cd git-2.9.5
yum install curl-devel expat-devel gettext-devel openssl-
devel zlib-devel autoconf cpio curl-devel  gcc make  perl-ExtUtils-MakeMaker
make configure
./configure --prefix=/usr/local/git
make
make install
ln -sf /usr/local/git/bin/* /usr/bin/