svn centos 离线安装

离线安装 svn

参考1:https://blog.csdn.net/roy_70/article/details/52166331

参考2:https://blog.csdn.net/weixin_41910427/article/details/82733265

参考3:https://blog.csdn.net/qq_27868061/article/details/81094187

安装包下载地址:

链接: https://pan.baidu.com/s/1Haj55Iipsl2gldWtdvGlsw 提取码: jk35 

 

apr编译命令

./configure --prefix=/opt/module/svn/apr-1.6.5
make
make install

 

apr-util编译命令

./configure --prefix=/opt/module/svn/apr-util-1.6.1 --with-apr=/opt/module/svn/apr-1.6.5

make
make install

 

svn编译命令

./configure --prefix=/opt/module/svn/subversion-1.11.0 --with-apr=/opt/module/svn/apr-1.6.5 --with-apr-util=/opt/module/svn/apr-util-1.6.1 --with-lz4=internal --with-utf8proc=internal

 make
make install

posted @ 2018-12-18 09:45  小⑦  阅读(1485)  评论(0)    收藏  举报