Changes between Version 38 and Version 39 of Faq


Ignore:
Timestamp:
10/13/2008 04:21:33 PM (16 years ago)
Author:
mvoncken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Faq

    v38 v39  
    5656Next you need to get the latest revision from SVN and build/install it: 
    5757{{{ 
    58 $ svn co http://svn.deluge-torrent.org/trunk 
     58$ svn co http://svn.deluge-torrent.org/trunk deluge # for development version 
     59$ svn co http://svn.deluge-torrent.org/branches/1.0.0_RC deluge # for 1.0.x stable 
    5960$ cd deluge 
    60 $ sudo rm  -fr /usr/lib/python2.5/site-packages/deluge-* 
     61$ sudo rm  -fr /usr/lib/python2.5/site-packages/deluge-1.0* 
    6162$ python setup.py build 
    6263$ sudo python setup.py install