Deluge BitTorrent client - Git mirror, PRs only https://www.deluge-torrent.org
Go to file
Marcos Pinto 04b5a8936e move pieces and avail to left side so right side isnt so much higher 2007-07-21 19:05:44 +00:00
glade move pieces and avail to left side so right side isnt so much higher 2007-07-21 19:05:44 +00:00
libtorrent fix disk_io move_storage 2007-07-17 09:00:04 +00:00
pixmaps Updated status icons 2007-06-26 18:16:02 +00:00
plugins same again 2007-07-21 07:42:10 +00:00
po add all plugin files to our template 2007-07-20 22:09:54 +00:00
scripts Fixed #268 - Tweaks for torrents loading from command line, from url. 2007-07-16 16:07:06 +00:00
src Some tweaks to availability and piece size display. 2007-07-21 18:59:01 +00:00
ChangeLog Added merging trackers of duplicate torrents to ChangeLog. 2007-07-20 08:17:28 +00:00
HACKING Some more recommendations in HACKING. 2007-07-18 18:56:50 +00:00
LICENSE mostly pep8 fixes 2007-07-13 01:13:13 +00:00
MANIFEST.in preliminary smart pref dialog 2007-07-17 22:29:53 +00:00
Makefile fix prefix and add 2.4 2007-07-06 03:28:31 +00:00
PKG-INFO add alex dedul to authors list 2007-07-18 14:42:19 +00:00
README readme touchup 2007-07-16 21:00:42 +00:00
README.Packagers mostly pep8 fixes 2007-07-13 01:13:13 +00:00
deluge.desktop better menu icon 2007-07-17 20:05:20 +00:00
deluge.png better menu icon 2007-07-17 20:05:20 +00:00
gettextize.sh translations, pref class 2007-02-16 20:58:16 +00:00
logo.svg svg logo 2007-06-12 16:37:58 +00:00
msgfmt.py translations installer 2007-03-05 20:45:02 +00:00
setup.py add alex dedul to authors list 2007-07-18 14:42:19 +00:00

README

Deluge BitTorrent Client

Authors:
	Zach Tibbitts, aka zachtib
	Alon Zakai, aka kripkenstein
	Marcos Pinto, aka markybob
	Andrew Resch, aka andar

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++
make
python-all-dev
python-all version >= 2.4
python-dbus
python-gtk2 version >= 2.9
python-xdg
python-support
libboost-dev >= 1.33.1
libboost-thread-dev
libboost-date-time-dev
libboost-filesystem-dev
libboost-serialization-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.
 
2) After upgrading your Deluge installation, it may fail to start.  If this 
happens to you, you need to remove your ~/.config/deluge directory to allow 
Deluge to rebuild it's configuration file.