Deluge BitTorrent client - Git mirror, PRs only https://www.deluge-torrent.org
Go to file
Marcos Pinto 76e753868d tid-bit 2007-06-11 22:38:03 +00:00
glade remove the ugly lines in the preferences dialog 2007-06-11 19:38:34 +00:00
libtorrent fixed buf with torrents having peers despite being paused .. this is 2007-06-09 03:38:31 +00:00
pixmaps about art 2007-02-23 04:56:44 +00:00
plugins this fixes the torrentsearch plugin 2007-06-10 07:57:23 +00:00
po - 2007-06-08 06:25:38 +00:00
scripts allow url from command line - tarka 2007-06-09 23:50:10 +00:00
src . 2007-06-11 22:21:02 +00:00
LICENSE - 2007-01-12 16:18:42 +00:00
MANIFEST.in fix to not fail on missing torrent 2007-05-27 23:25:21 +00:00
Makefile better clean 2007-06-05 05:48:50 +00:00
README upgrade warning in README 2007-06-11 20:12:33 +00:00
README.Packagers tid-bit 2007-06-11 22:38:03 +00:00
deluge.desktop mimetype 2007-03-04 01:46:26 +00:00
deluge.xpm translations, pref class 2007-02-16 20:58:16 +00:00
gettextize.sh translations, pref class 2007-02-16 20:58:16 +00:00
msgfmt.py translations installer 2007-03-05 20:45:02 +00:00
setup.py note for packagers 2007-06-11 22:35:20 +00:00

README

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.
 
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.