Changes between Version 38 and Version 39 of Faq
- Timestamp:
- 10/13/2008 04:21:33 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Faq
v38 v39 56 56 Next you need to get the latest revision from SVN and build/install it: 57 57 {{{ 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 59 60 $ 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* 61 62 $ python setup.py build 62 63 $ sudo python setup.py install