2018-10-16 12:15:07 +00:00
|
|
|
# Deluge dependencies
|
|
|
|
|
|
|
|
The following are required to install and run Deluge. They are separated into
|
|
|
|
sections to distinguish the precise requirements for each module.
|
|
|
|
|
|
|
|
All modules will require the [common](#common) section dependencies.
|
|
|
|
|
|
|
|
## Prerequisite
|
|
|
|
|
2021-12-28 20:20:57 +00:00
|
|
|
- [Python] _>= 3.6_
|
2018-10-16 12:15:07 +00:00
|
|
|
|
|
|
|
## Build
|
|
|
|
|
|
|
|
- [setuptools]
|
2018-10-17 11:56:36 +00:00
|
|
|
- [intltool] - Optional: Desktop file translation for \*nix.
|
2021-12-14 22:28:43 +00:00
|
|
|
- [closure-compiler] - Minify javascript (alternative is [rjsmin])
|
2018-10-16 12:15:07 +00:00
|
|
|
|
|
|
|
## Common
|
|
|
|
|
2019-05-17 08:52:06 +00:00
|
|
|
- [Twisted] _>= 17.1_ - Use `TLS` extras for `service_identity` and `idna`.
|
2018-10-16 12:15:07 +00:00
|
|
|
- [OpenSSL] _>= 1.0.1_
|
|
|
|
- [pyOpenSSL]
|
2018-11-01 20:53:46 +00:00
|
|
|
- [rencode] _>= 1.0.2_ - Encoding library.
|
2018-10-17 11:56:36 +00:00
|
|
|
- [PyXDG] - Access freedesktop.org standards for \*nix.
|
|
|
|
- [xdg-utils] - Provides xdg-open for \*nix.
|
2018-10-16 12:15:07 +00:00
|
|
|
- [zope.interface]
|
2018-10-17 11:56:36 +00:00
|
|
|
- [chardet] - Optional: Encoding detection.
|
|
|
|
- [setproctitle] - Optional: Renaming processes.
|
2018-10-19 10:04:27 +00:00
|
|
|
- [Pillow] - Optional: Support for resizing tracker icons.
|
2018-10-17 11:56:36 +00:00
|
|
|
- [dbus-python] - Optional: Show item location in filemanager.
|
2020-02-13 05:13:44 +00:00
|
|
|
- [ifaddr] - Optional: Verify network interfaces.
|
2018-10-16 12:15:07 +00:00
|
|
|
|
2021-12-12 15:29:41 +00:00
|
|
|
### Linux and BSD
|
2019-05-08 20:24:45 +00:00
|
|
|
|
|
|
|
- [distro] - Optional: OS platform information.
|
|
|
|
|
2021-12-12 15:29:41 +00:00
|
|
|
### Windows OS
|
2018-10-16 12:15:07 +00:00
|
|
|
|
|
|
|
- [pywin32]
|
|
|
|
- [certifi]
|
|
|
|
|
|
|
|
## Core (deluged daemon)
|
|
|
|
|
2022-01-21 22:33:28 +00:00
|
|
|
- [libtorrent] _>= 1.2.0_
|
2019-06-17 16:21:44 +00:00
|
|
|
- [GeoIP] or [pygeoip] - Optional: IP address country lookup. (_Debian: `python-geoip`_)
|
2018-10-16 12:15:07 +00:00
|
|
|
|
|
|
|
## GTK UI
|
|
|
|
|
2018-10-21 17:33:06 +00:00
|
|
|
- [GTK+] >= 3.10
|
|
|
|
- [PyGObject]
|
|
|
|
- [Pycairo]
|
2018-10-16 12:15:07 +00:00
|
|
|
- [librsvg] _>= 2_
|
2018-10-21 17:33:06 +00:00
|
|
|
- [libappindicator3] w/GIR - Optional: Ubuntu system tray icon.
|
2018-10-16 12:15:07 +00:00
|
|
|
|
2021-12-12 15:29:41 +00:00
|
|
|
### MacOS
|
2018-10-16 12:15:07 +00:00
|
|
|
|
|
|
|
- [GtkOSXApplication]
|
|
|
|
|
|
|
|
## Web UI
|
|
|
|
|
|
|
|
- [mako]
|
|
|
|
|
|
|
|
## Plugins
|
|
|
|
|
|
|
|
### Notifications
|
|
|
|
|
2018-10-17 11:56:36 +00:00
|
|
|
- [pygame] - Optional: Play sounds
|
2018-10-21 17:33:06 +00:00
|
|
|
- [libnotify] w/GIR - Optional: Desktop popups.
|
2018-10-16 12:15:07 +00:00
|
|
|
|
|
|
|
[python]: https://www.python.org/
|
|
|
|
[setuptools]: https://setuptools.readthedocs.io/en/latest/
|
|
|
|
[intltool]: https://freedesktop.org/wiki/Software/intltool/
|
|
|
|
[closure-compiler]: https://developers.google.com/closure/compiler/
|
2021-12-14 22:28:43 +00:00
|
|
|
[rjsmin]: https://pypi.org/project/rjsmin/
|
2018-10-16 12:15:07 +00:00
|
|
|
[openssl]: https://www.openssl.org/
|
|
|
|
[pyopenssl]: https://pyopenssl.org
|
|
|
|
[twisted]: https://twistedmatrix.com
|
|
|
|
[pillow]: https://pypi.org/project/Pillow/
|
|
|
|
[libtorrent]: https://libtorrent.org/
|
|
|
|
[zope.interface]: https://pypi.org/project/zope.interface/
|
2019-05-08 20:24:45 +00:00
|
|
|
[distro]: https://github.com/nir0s/distro
|
2018-10-16 12:15:07 +00:00
|
|
|
[pywin32]: https://github.com/mhammond/pywin32
|
|
|
|
[certifi]: https://pypi.org/project/certifi/
|
|
|
|
[dbus-python]: https://pypi.org/project/dbus-python/
|
|
|
|
[setproctitle]: https://pypi.org/project/setproctitle/
|
|
|
|
[gtkosxapplication]: https://github.com/jralls/gtk-mac-integration
|
|
|
|
[chardet]: https://chardet.github.io/
|
|
|
|
[rencode]: https://github.com/aresch/rencode
|
|
|
|
[pyxdg]: https://www.freedesktop.org/wiki/Software/pyxdg/
|
|
|
|
[xdg-utils]: https://www.freedesktop.org/wiki/Software/xdg-utils/
|
2018-10-21 17:33:06 +00:00
|
|
|
[gtk+]: https://www.gtk.org/
|
2018-10-16 12:15:07 +00:00
|
|
|
[pycairo]: https://cairographics.org/pycairo/
|
|
|
|
[pygobject]: https://pygobject.readthedocs.io/en/latest/
|
|
|
|
[geoip]: https://pypi.org/project/GeoIP/
|
|
|
|
[mako]: https://www.makotemplates.org/
|
|
|
|
[pygame]: https://www.pygame.org/
|
2018-10-21 17:33:06 +00:00
|
|
|
[libnotify]: https://developer.gnome.org/libnotify/
|
2018-10-16 12:15:07 +00:00
|
|
|
[python-appindicator]: https://packages.ubuntu.com/xenial/python-appindicator
|
|
|
|
[librsvg]: https://wiki.gnome.org/action/show/Projects/LibRsvg
|
2020-02-13 05:13:44 +00:00
|
|
|
[ifaddr]: https://pypi.org/project/ifaddr/
|