cd /usr/local/src
wget https://www.kernel.org/pub/software/scm/git/git-2.9.0.tar.gz
tar xvzf git-2.9.0.tar.gz
yum install zlib-devel
아마 설치안되어 있을테니까.
cd git-2.9.0
make configure
./configure --prefix=/usr/local
make install
git --version
'Infra & Server Dev' 카테고리의 다른 글
[Mac] AES256사용을 위한 java 경로, local_policy.jar US_export_policy.jar (0) | 2016.09.26 |
---|---|
[CentOS] nginx 설정 컴파일 (0) | 2016.06.30 |
[CentOS]톰캣 로그 log 파일 분할 - logrotate (0) | 2016.01.29 |
[CentOS] CentOS 64Bit MongoDB 3.2 설치하기 (0) | 2016.01.27 |
JsonSerialize (2) | 2015.11.23 |