Eric is learning
Blog descriptions, like blog names, are usually pretty terrible. This is no exception.
Saturday, March 10, 2012
Installing Git on Centos 5.8
http://kb.liquidweb.com/install-git-on-centos-5/
http://thebuildengineer.com/index.php?itemid=11
> yum install gcc
> yum install zlib-devel
> wget http://git-core.googlecode.com/files/git-1.7.10.rc0.tar.gz
> tar xvsf git-*.gz
> cd git-*
> ./configure
> make
> make install
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)