Skip to content

Instantly share code, notes, and snippets.

@insidenothing
Created January 18, 2011 02:54
Show Gist options
  • Save insidenothing/783906 to your computer and use it in GitHub Desktop.
Save insidenothing/783906 to your computer and use it in GitHub Desktop.
build git on centos 5.5
cd /downloads
wget http://kernel.org/pub/software/scm/git/git-1.6.6.tar.gz
tar xvzf git-*.tar.gz
cd git-*
make configure
./configure --prefix=/usr --without-tcltk
make all
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment