1.apr-1.4.6.tar.gz
tar zxvf **.tar.gz #解压包
cd **
./configure
make
sudo make install
2.apr-util-1.5.2.tar.gz
./configure --with-apr=/usr/local/apr
make
sudo make install
3.sqlite-autoconf-3071700.tar.gz
./configure
make
sudo make install
4.zlib-1.2.8.tar.gz
./configure
make
sudo make install
5.expat-2.1.0.tar.gz
./configure
make
sudo make install
6.openssl-1.0.1e.tar.gz
./configure ##服务器为64位 ./config shared -fPIC
make
sudo make install
7.serf-1.2.1.tar.bz2
sudo ./serfmake --prefix=/usr/local/serf --with-apr=/usr/local/apr install
8.subversion-1.7.10.tar.gz
./configure --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr --with-zlib=/usr/local/zlib --with-serf=/usr/local/serf
make
sudo make install