Deluge BitTorrent client - Git mirror, PRs only https://www.deluge-torrent.org
Go to file
Marcos Pinto 7406b1cd7d up version for fix release and update chnagelog 2008-01-24 23:19:28 +00:00
glade 2008-01-09 21:41:07 +00:00
icons icon revamp for freedesktop.org specs and to use svg instead of png inside deluge 2007-09-09 01:06:29 +00:00
libtorrent lt sync 1959 2008-01-24 23:17:49 +00:00
pixmaps 2008-01-06 19:56:11 +00:00
plugins BlocklistImport: Option to download new blocklist after certain numbers 2008-01-24 08:46:17 +00:00
po launchpad lang sync 2008-01-24 23:16:50 +00:00
scripts fix #647 2008-01-07 23:25:10 +00:00
src up version for fix release and update chnagelog 2008-01-24 23:19:28 +00:00
ChangeLog up version for fix release and update chnagelog 2008-01-24 23:19:28 +00:00
HACKING touchups 2007-08-30 02:16:20 +00:00
LICENSE mostly pep8 fixes 2007-07-13 01:13:13 +00:00
MANIFEST.in bdist_rpm fixes 2007-09-25 19:32:56 +00:00
Makefile 2007-12-27 17:41:01 +00:00
PKG-INFO add alex dedul to authors list 2007-07-18 14:42:19 +00:00
README sync trunk 2007-12-23 02:42:22 +00:00
README.Packagers clarification of svn/unstable 2007-08-01 21:14:11 +00:00
TODO version updates and todo/changelog update 2008-01-19 04:54:09 +00:00
createicons.sh icon revamp for freedesktop.org specs and to use svg instead of png inside deluge 2007-09-09 01:06:29 +00:00
deluge.desktop fix category 2007-11-19 16:24:42 +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 fix dos format 2007-11-01 05:49:06 +00:00
setup.py up version for fix release and update chnagelog 2008-01-24 23:19:28 +00:00

README

==========================
 Deluge BitTorrent Client
==========================

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

Homepage: http://deluge-torrent.org

==========================
Contact/Support:
==========================

We have two options available for support:

	Our Forum, at http://forum.deluge-torrent.org
		or
	Our IRC Channel, at #deluge on Freenode

==========================
Installation Instructions:
==========================

First, make sure you have the proper build 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-gnome2-extras
python-gtk2 version >= 2.9
python-notify
python-pyopenssl
librsvg2-common
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:

	$ make 

You shouldn't get any errors.  Then run, as root (or by using sudo): 

	$ make install

and Deluge will be installed.  By default, Deluge will be installed to the
prefix /usr.  If you wish, you can install Deluge to a different prefix by
specifying it when you install it:

	$ PREFIX=yourprefixhere make install

So, to install to /usr/local, run:

	$ PREFIX=/usr/local make install

You can then run Deluge by executing:

	$ deluge

==========================
Uninstallation/Upgrading:
==========================

If you wish to upgrade from the older Deluge version please remove it first, 
then install the latest version as per "Installation Instructions". If you 
installed via the tarball, cd into the unpacked source tarball and then run, 
as root (or by using sudo): 

	$ make uninstall

If you installed via the deb package, run as root (or by using sudo:)
    $ dpkg --purge remove deluge-torrent

Now install the latest version (and check out the additional notes).

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