Skip to content

Instantly share code, notes, and snippets.

@pauldruziak
Created February 23, 2010 16:13
Show Gist options
  • Save pauldruziak/312349 to your computer and use it in GitHub Desktop.
Save pauldruziak/312349 to your computer and use it in GitHub Desktop.
Install git on CentOS
yum install gettext-devel expat-devel curl-devel zlib-devel openssl-devel
cd /usr/local/src
wget http://kernel.org/pub/software/scm/git/git-1.7.0.tar.gz
tar xzvf git-1.7.0.tar.gz
cd git-1.7.0
make prefix=/usr/local all
make prefix=/usr/local install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment