Skip to content

Instantly share code, notes, and snippets.

@dosbol
Created July 17, 2018 13:05
Show Gist options
  • Save dosbol/55e4cb0d4e63256e0342d6f82fee867f to your computer and use it in GitHub Desktop.
Save dosbol/55e4cb0d4e63256e0342d6f82fee867f to your computer and use it in GitHub Desktop.
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