mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-10 03:25:57 +00:00
Andrew Resch
0493996bc5
cleaned up apply_prefs() a bit in interface.py and removed some
unneccesary prefs
popup menu to the file tab with the options: select all, unselect all, check selected, uncheck selected - nuno. ticket #259
Deluge BitTorrent Client Authors: Zach Tibbitts, aka zachtib Alon Zakai, aka kripkenstein Marcos Pinto, aka markybob Homepage: http://deluge-torrent.org ========================== Installation Instructions: ========================== First, make sure you have the proper bulid dependencies installed. On a normal Debian or Ubuntu system, those dependencies are: g++ python-all-dev python-all python-support libboost-dev libboost-thread-dev libboost-date-time-dev libboost-filesystem-dev libssl-dev zlib1g-dev But the names of the packages may vary depending on your OS / distro. Once you have the needed libraries installed, build Deluge by running: python setup.py build You shouldn't get any errors. Then run, as root (or by using sudo): python setup.py install and Deluge will be installed. You can then run Deluge by executing: deluge Notes: 1) On some distributions, boost libraries are renamed to have "-mt" at the end (boost_thread_mt instead of boost_thread, for example), the "mt" indicating "multithreaded". In some cases it appears the distros lack symlinks to connect things. The solution is to either add symlinks from the short names to those with "-mt", or to alter setup.py to look for the "-mt" versions.
Description
Deluge BitTorrent client - Git mirror, PRs only
https://www.deluge-torrent.org
Languages
Python
75.6%
JavaScript
15.3%
CSS
8.3%
Shell
0.4%
NSIS
0.3%
Other
0.1%