Saturday, April 24, 2010

Compiling the latest version of Deluge (1.2.3)


  1. Install dependencies.
    su -c 'yum install python-devel python python-twisted python-twisted-web pyOpenSSL python-simplejson python-setuptools gettext pyxdg python-GeoIP rb_libtorrent-python python-chardet'

  2. Download the source code from http://download.deluge-torrent.org/source/

  3. Extract the archive.

  4. Enter the directory.

  5. Run
    python setup.py clean -a

    python setup.py built

    su -c 'python setup.py install'

No comments:

Post a Comment