Deluge BitTorrent client - Git mirror, PRs only https://www.deluge-torrent.org
Go to file
Zach Tibbitts 9d92ab8b56 statusbar message 2007-02-21 02:43:09 +00:00
glade about dialog skips taskbar 2007-02-21 01:37:21 +00:00
libtorrent reupload 2007-02-08 20:33:23 +00:00
pixmaps moved stuff, again 2007-02-08 00:31:18 +00:00
plugins file view populated 2007-02-17 18:39:59 +00:00
po translations, pref class 2007-02-16 20:58:16 +00:00
scripts statusbar message 2007-02-21 02:43:09 +00:00
src statusbar message 2007-02-21 02:43:09 +00:00
webui webui moved 2007-02-06 22:55:24 +00:00
LICENSE - 2007-01-12 16:18:42 +00:00
MANIFEST.in - 2007-02-19 23:05:22 +00:00
README readme 2007-02-15 01:11:02 +00:00
deluge.desktop - 2007-02-19 23:23:48 +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
setup.py Deluge 0.5 Beta 1 2007-02-19 23:26:19 +00:00

README

Deluge BitTorrent Client

Authors:
	Zach Tibbitts, aka zachtib
	Alon Zakai, aka kripkenstein

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:

python-all-dev
python-all
python-support
libboost-dev
libboost-thread-dev
libboost-date-time-dev
libboost-filesystem-dev
libboost-serialization-dev
libboost-program-options-dev
libboost-regex-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.