Changes between Version 5 and Version 6 of InstallationGuide


Ignore:
Timestamp:
01/31/08 14:23:20 (16 years ago)
Author:
Gabor Hudiczius
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuide

    v5 v6  
    88== Prerequisites == #prerequisites
    99
    10  * rTorrent 0.7.8
     10 * rTorrent 0.8.0
    1111  * compiled with "--with-xmlrpc-c"
    1212  * sigc++-2.0
     
    6363{{{
    6464mkdir /usr/src/libtorrent
    65 wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.11.8.tar.gz
    66 tar xvf libtorrent-0.11.8.tar.gz
    67 cd /usr/src/libtorrent-0.11.8
     65wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.0.tar.gz
     66tar xvf libtorrent-0.12.0.tar.gz
     67cd /usr/src/libtorrent-0.12.0
    6868./configure
    6969make
     
    7676{{{
    7777mkdir /usr/src/rtorrent
    78 wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.7.8.tar.gz
    79 tar xvf rtorrent-0.7.8.tar.gz
    80 cd /usr/src/rtorrent-0.7.8
     78wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.0.tar.gz
     79tar xvf rtorrent-0.8.0.tar.gz
     80cd /usr/src/rtorrent-0.8.0
    8181./configure --with-xmlrpc-c
    8282make