2014年10月20日 星期一

fedora svn 編譯

1: apr , apr-util 各自下載
    ./configure
     make

2: 在subversion下創建sqlite-amalgamation
    mkdir -p subversion-1.8.10/sqlite-amalgamation

3: 下載sqlite-amalgamation-3080700
      cp sqlite3.c  subversion-1.8.10/sqlite-amalgamation
 
4: 在1.8.10之後 htpp是用serf
      之前是用neon

 serf:  scons APR=/usr/local/apr/ APU=/usr/local/apr/ OPENSSL=../openssl-1.0.1j
           scons install


4: 在subversion-1.8.10
     ./configure --with-apr=../apr-1.5.1 --with-apr-util=../apr-util-1.5.4 --with-neon=/usr/local/
      make
      make install

沒有留言:

張貼留言