ubuntu 在 R40e 上 還有 Debian 在 Sempron 2600 上

2009年6月25日 星期四

Building Git on Centos 5

是從這一篇看到的。- 這一篇就是copy 那一篇的... 需要的package有:gettext-devel expat-devel curl-devel zlib-devel openssl-devel download and build:
wget http://kernel.org/pub/software/scm/git/git-1.5.4.5.tar.gz
tar zxvf git-1.5.4.5.tar.gz
cd git-1.5.4.5
make prefix=/usr/local all
sudo make prefix=/usr/local install
要裝 man page的話:
wget http://kernel.org/pub/software/scm/git/git-manpages-1.5.4.5.tar.gz
cd /usr/local/share/man
sudo tar zxvf ~/git-manpages-1.5.4.5.tar.gz
然後就可以
git --version
man git
看看是不是 work.

沒有留言:

標籤

網誌存檔