Skip to content

Instantly share code, notes, and snippets.

@eberlitz
Last active June 9, 2017 17:07
Show Gist options
  • Save eberlitz/72cd174c02aec32f8fc0db4b75f98088 to your computer and use it in GitHub Desktop.
Save eberlitz/72cd174c02aec32f8fc0db4b75f98088 to your computer and use it in GitHub Desktop.
rhel7-install git
curl https://www.kernel.org/pub/software/scm/git/git-2.9.4.tar.gz | tar xz
cd git-2.9.4
sudo yum install xmlto asciidoc curl-devel expat-devel gettext-devel openssl-devel zlib-devel
./configure
make all doc
sudo make prefix=/usr/local install install-doc
git config --global color.ui true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment