Changes between Version 29 and Version 30 of Faq


Ignore:
Timestamp:
08/13/2008 09:41:51 AM (16 years ago)
Author:
andar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Faq

    v29 v30  
    1 = Deluge 0.6 FAQ =  
     1= Deluge 1.0 FAQ =  
    22[[PageOutline(2,FAQ,inline)]] 
    33== How to start the various user-interfaces  == 
     
    4343 
    4444== I upgraded from 0.5 and plugin x is missing == 
    45 0.6 is a rewrite, all old 0.5 plugins have to be rewritten. 
     451.0 is a rewrite, all old 0.5 plugins have to be rewritten. 
    4646 
    47  
    48  
    49 == How do I install 0.6 ? == 
     47== How do I install 1.0 ? == 
    5048 
    5149http://download.deluge-torrent.org 
    5250 
    53 == How do I install 0.6 SVN ? == 
     51== How do I install 1.0 SVN ? == 
    5452 
    5553First you need to install the necessary dependencies. In Ubuntu and Debian, do this: 
    5654 
    57 $ sudo apt-get install g++ make python-all-dev python-all python-dbus python-gtk2 python-notify librsvg2-common python-xdg python-support subversion libboost-dev libboostpython-dev libboost-iostreams-dev libboost-thread-dev libboost-date-time-dev libboost-filesystem-dev libboost-serialization-dev libssl-dev zlib1g-dev python-json 
     55$ sudo apt-get install g++ make python-all-dev python-all python-dbus python-gtk2 python-notify librsvg2-common python-xdg python-support subversion libboost-dev libboost-python-dev libboost-iostreams-dev libboost-thread-dev libboost-date-time-dev libboost-filesystem-dev libboost-serialization-dev libssl-dev zlib1g-dev python-json 
    5856 
    5957Next you need to get the latest revision from SVN and build/install it: 
     
    6765{{{ 
    6866$ svn up 
    69 $ make clean 
    7067}}} 
    7168