Deluge BitTorrent client - Git mirror, PRs only https://www.deluge-torrent.org
Go to file
Damien Churchill 434c69492a remove the border from the form 2009-04-06 20:31:46 +00:00
debian fix debian bug #510948 missing dep 2009-01-09 20:00:17 +00:00
deluge remove the border from the form 2009-04-06 20:31:46 +00:00
libtorrent tidy up libtorrent linking to only what we require and also include asio again 2009-02-19 11:03:45 +00:00
win32 Add new installer bmps 2009-02-21 10:11:04 +00:00
ChangeLog Add preferences option "Add torrent in paused state" 2009-03-15 17:59:27 +00:00
LICENSE Include LICENSE file 2008-07-21 00:58:10 +00:00
README Update deps to include xdg-utils 2009-03-15 00:38:08 +00:00
createicons.sh icons and internal pixmap 2007-09-16 03:46:50 +00:00
deluge_convert_conf.py conf downgrade script 2009-02-10 22:30:45 +00:00
ez_setup.py update setuptools info and up version to one that actually works 2009-02-06 00:25:56 +00:00
gettextize.sh fix missing gtk-add 2008-09-22 21:46:11 +00:00
msgfmt.py Applied i18n patch from Marcos. 2007-09-16 01:24:08 +00:00
setup.cfg use the setup.cfg file to tag the build as -dev 2009-04-06 14:54:20 +00:00
setup.py fix the icons path 2009-04-06 18:03:43 +00:00

README

==========================
 Deluge BitTorrent Client
==========================

Authors:
    Andrew Resch
    Marcos Pinto
    Martijn Voncken
    Sadrul Habib Chowdhury
    Damien Churchill

Homepage: http://deluge-torrent.org


==========================
License
==========================
Deluge is under the GNU GPLv3 license.
Icon data/pixmaps/deluge.svg and derivatives in data/icons are copyright
Andrew Wedderburn and are under the GNU GPLv3.
All other icons in data/pixmaps are copyright Andrew Resch and are under
the GNU GPLv3.

==========================
Contact/Support:
==========================

We have two options available for support:

	Our Forum, at http://forum.deluge-torrent.org
		or
	Our IRC Channel, at #deluge on Freenode

==========================
Installation Instructions:
==========================

Dependencies:
  Core:
    python >= 2.5
    boost >= 1.34.1
    openssl
    zlib
    twisted
    twisted-web
    pyopenssl
    simplejson (if python < 2.6)
    setuptools
    gettext

  Gtk:
    python-notify (libnotify python wrapper)
    pygame
    pygtk >= 2.10
    librsvg
    xdg-utils

  Web:
    mako

First, make sure you have the proper build dependencies installed.  On a normal
Debian or Ubuntu system:

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-setuptools

The names of the packages may vary depending on your OS / distro.

Once you have the needed libraries installed, build and install by running:

	$ python setup.py build
	$ sudo python setup.py install


==========================
FAQ
==========================

How to start the various user-interfaces

    Gtk:
        deluge --ui gtk
    Console:
        deluge --ui null
    Web:
        deluge --ui web
        Go to http://localhost:8112/ default-password = "deluge"

I started "deluge" but i don't see the gtk-ui

    The deluge command remembers the last interface it started. Be explicit and type one of the full "deluge -u <interface>" commands listed above.

Why is deluge still listed in my system tray even after I close it ?

    You closed the gtk user-interface but you did not close the daemon. Choose "Quit & Shutdown Daemon" to close both Daemon and gtk-ui.

How do I start the daemon ?

    deluged

How do I start the daemon with logging to console ?

    deluged -d

I can't connect to the daemon from another machine

    * Configure the daemon to allow remote connections
    * Restart the daemon.

    Note: do not do this on a public ip , use the webui for unsecure networks.

I upgraded from 0.5 and plugin x is missing

    1.0 is a rewrite, all old 0.5 plugins have to be rewritten.