User Tools

Site Tools


git_install

This is an old revision of the document!


Installing Git

sudo yum install git

sudo yum groupinstall "Development Tools"

sudo yum install zlib-devel perl-ExtUtils-MakeMaker asciidoc xmlto openssl-devel

cd ~
wget -O git.zip https://github.com/git/git/archive/master.zip

unzip git.zip
cd git-master

make configure
./configure --prefix=/usr/local
make all doc
sudo make install install-doc install-html

git_install.1428776339.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki