➜ wget -c http://mirrors.shu.edu.cn/apache/subversion/subversion-1.10.3.tar.gz ➜ tar -zxvf subversion-1.10.3.tar.gz ➜ cd subversion-1.10.3 ➜ ./configure --prefix=/usr/local/subversion --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util --with-lz4=internal --with-utf8proc=internal ➜ make ➜ make install
|