deluge/DEPENDS.md
Calum Lind 2296906ed3 [Common] Replace platform.linux_distribution function
As of python 3.5, this function is marked as deprecated.
So, [distro][1] is the one we will use (this package is listed at the
example package in the python's [docs][2]).

[1] https://pypi.org/project/distro/
[2] https://docs.python.org/3/library/platform.html#platform.dist
2019-05-08 21:24:45 +01:00

3.1 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.1.1
  • GeoIP - Optional: IP address location lookup. (Debian: python-geoip)

GTK UI

MacOS

Web UI

Plugins

Notifications

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