您的位置:首页 > 其它

Ubuntu 6.06下安装svn1.4.2

2007-01-23 07:39 302 查看
因为需要,不得不安装svn1.4,在网上找了一通,看到了这个安装步骤:
sudo apt-get remove libsvn0
sudo apt-get remove subversion

axel http://subversion.tigris.org/downloads/subversion-1.4.2.tar.bz2 axel http://subversion.tigris.org/downloads/subversion-deps-1.4.2.tar.gz tar vxf subversion-1.4.2.tar.bz2
tar vxf subversion-deps-1.4.2.tar.gz
sudo apt-get install openssl libssl-dev
sudo apt-get install libdb4.3 libdb4.3-dev db4.3-util libdb4.3++c2 libdb4.3++-dev
sudo apt-get install checkinstall auto-apt
auto-apt run ./configure --with-ssl --with-berkeley-db=/usr
make
sudo make install

参考链接:
- http://higepon.blogspot.com/2006/12/install-subversion-142-to-ubuntu-edgy.html) - http://www.ubuntuforums.org/showthread.php?p=1498857
另外还安装了一个多线程下载工具,sudo apt-get install axel
使用简单,直接输入: axel $url就可以了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息