Created
September 18, 2014 03:01
-
-
Save mocheng/aa87a28adfb00220f169 to your computer and use it in GitHub Desktop.
build git 1.8.1.2
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 characters
mkdir -p ~/Downloads | |
cd ~/Downloads | |
sudo yum -y install zlib-devel openssl-devel cpio expat-devel gettext-devel curl-devel perl-ExtUtils-CBuilder perl-ExtUtils-MakeMaker | |
wget -O v1.8.1.2.tar.gz https://github.com/git/git/archive/v1.8.1.2.tar.gz | |
tar -xzvf ./v1.8.1.2.tar.gz | |
cd git-1.8.1.2/ | |
make prefix=/usr/local all | |
sudo make prefix=/usr/local install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment