mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-10 03:25:57 +00:00
2bd095e5bf
As part of the process of adding support to LT 2.0, we should stop using all deprecated function, as some (if not all) were removed. For this process, we should use the LT 1.2 upgrade (guide)[1]. The change includes: * stop using file entries directly * start using the torrent handle's set/unset flags * stop using url key in add_torrent_params (for magnet) * stop accessing resume_data from save_resume_data_alert * stop using deprecated session status keys in UI [1] https://libtorrent.org/upgrade_to_1.2-ref.html Closes: https://dev.deluge-torrent.org/ticket/3499 Closes: https://github.com/deluge-torrent/deluge/pull/342
3.0 KiB
3.0 KiB
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 section dependencies.
Prerequisite
- Python >= 3.6
Build
- setuptools
- intltool - Optional: Desktop file translation for *nix.
- closure-compiler - Minify javascript (alternative is rjsmin)
Common
- Twisted >= 17.1 - Use
TLS
extras forservice_identity
andidna
. - OpenSSL >= 1.0.1
- pyOpenSSL
- rencode >= 1.0.2 - Encoding library.
- PyXDG - Access freedesktop.org standards for *nix.
- xdg-utils - Provides xdg-open for *nix.
- zope.interface
- chardet - Optional: Encoding detection.
- setproctitle - Optional: Renaming processes.
- Pillow - Optional: Support for resizing tracker icons.
- dbus-python - Optional: Show item location in filemanager.
- ifaddr - Optional: Verify network interfaces.
Linux and BSD
- distro - Optional: OS platform information.
Windows OS
Core (deluged daemon)
- libtorrent >= 1.2.0
- GeoIP or [pygeoip] - Optional: IP address country lookup. (Debian:
python-geoip
)
GTK UI
- GTK+ >= 3.10
- PyGObject
- Pycairo
- librsvg >= 2
- [libappindicator3] w/GIR - Optional: Ubuntu system tray icon.