LoginSignup
2
2

More than 5 years have passed since last update.

Install git 2.4.1 in CentOS 6.6

Posted at

個人の忘備録

$ yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel perl-ExtUtils-MakeMaker
$ wget https://www.kernel.org/pub/software/scm/git/git-2.4.1.tar.gz
$ tar -zxf git-2.4.1.tar.gz
$ cd git-2.4.1
$ make prefix=/usr/local all
$ make prefix=/usr/local install
$ git --version

Thanks
ref:http://qiita.com/sirone/items/2e233ab9697a030f1335

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2