deluge/encryption
Marcos Pinto a75e2d40b8 enc stuff 2007-05-30 09:45:40 +00:00
..
glade enc stuff 2007-05-30 08:33:12 +00:00
libtorrent enc stuff 2007-05-30 08:33:12 +00:00
pixmaps enc tryouts 2007-05-29 08:39:30 +00:00
plugins enc tryouts 2007-05-29 08:39:30 +00:00
po enc stuff 2007-05-30 08:33:12 +00:00
scripts enc tryouts 2007-05-29 08:39:30 +00:00
src enc stuff 2007-05-30 09:45:40 +00:00
LICENSE enc tryouts 2007-05-29 08:39:30 +00:00
MANIFEST.in enc tryouts 2007-05-29 08:39:30 +00:00
Makefile enc tryouts 2007-05-29 08:39:30 +00:00
README enc tryouts 2007-05-29 08:39:30 +00:00
deluge.desktop enc tryouts 2007-05-29 08:39:30 +00:00
deluge.xpm enc tryouts 2007-05-29 08:39:30 +00:00
gettextize.sh enc tryouts 2007-05-29 08:39:30 +00:00
msgfmt.py enc tryouts 2007-05-29 08:39:30 +00:00
msgfmt.pyc enc stuff 2007-05-30 08:33:12 +00:00
setup.py link to openssl libs 2007-05-29 09:27:35 +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.