Created
July 17, 2018 13:05
-
-
Save dosbol/55e4cb0d4e63256e0342d6f82fee867f to your computer and use it in GitHub Desktop.
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
yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel gcc perl-ExtUtils-MakeMaker | |
cd /usr/src | |
wget https://www.kernel.org/pub/software/scm/git/git-<version>.tar.gz | |
tar xzf git-<version>.gz | |
cd git-<version> | |
make configure | |
./configure --prefix=/usr | |
make all | |
sudo make install install-doc install-html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment