`
bully1990
  • 浏览: 5831 次
最近访客 更多访客>>
社区版块
存档分类
最新评论

centos下git安装

 
阅读更多

//先安装git依赖的包
yum install zlib-devel
yum install openssl-devel
yum install perl
yum install cpio
yum install expat-devel
yum install gettext-devel

 

 

//安装autoconf
yum install autoconf

//安装git
wget http://www.codemonkey.org.uk/projects/git-snapshots/git/git-latest.tar.gz
tar xzvf git-latest.tar.gz
cd git-{date}
autoconf
./configure --with-curl=/usr/local
make 

make install
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics