deluge/DEPENDS.md
DjLegolas 2bd095e5bf
[Core] Stopped using libtorrent deprecated functions
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
2022-02-13 11:36:04 +00:00

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

Build

Common

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

MacOS

Web UI

Plugins

Notifications

  • pygame - Optional: Play sounds
  • libnotify w/GIR - Optional: Desktop popups.