Version 2 (modified by andar, 15 years ago) (diff)

Include some instructions on installing without an installer

Installing Deluge On Windows

To install Deluge on Windows, head to the downloads page and select Windows from the list of download options. You will be presented with the option to download Deluge for 32-bit or 64-bit versions of Windows.

If you are unsure which version you need, you can find out by right-clicking the My Computer icon and selecting Properties. Under the System section of the General tab, you will see your Windows version. If this includes x64 Edition you will need to download the 64-bit version of Deluge, otherwise download the 32-bit version. If you are still unsure, download the 32-bit version.

Without the Installer

Installing Deluge on Windows without the installer requires that you install a bunch of dependencies first. Luckily, you generally only have to do this once and subsequent updates should be a lot quicker.

Dependencies

Python
Any 2.5, or 2.6 version will suffice, but do not install 3.0 or newer. Download and run the installer from: http://www.python.org/download/releases/
Python Win32 Extensions
Download and run the installer from here: http://sourceforge.net/projects/pywin32/ but make sure you download the installer that corresponds to the Python version you installed.
Gtk+ Runtime
Download and run the installer from here: http://sourceforge.net/project/showfiles.php?group_id=98754&package_id=121281
PyGTK
Download and run the 3 installers from: http://www.pygtk.org/downloads.html
This includes PyCairo, PyGObject and PyGTK.
PyXdg
Download and install from: http://www.freedesktop.org/wiki/Software/pyxdg You will need to extract the tarball and run 'python setup.py install'.
Setuptools
Download and install from here: http://pypi.python.org/pypi/setuptools#downloads If an egg is only available, just download it and drop it into your Python site-packages folder.
libtorrent
XXX: Need to have a Windows binary available.

Installing Deluge

Now that you've got all the required dependencies installed, we can install Deluge.

  1. Download the latest source tarball from: http://download.deluge-torrent.org/source
  1. Extract it and load up a command prompt window and move to the extracted folder where setup.py is located.
  1. To install:
    python setup.py build
    python setup.py install
    

Note: If the command prompt complains it can't find 'python' then you need to use the absolute path. In my case it is: C:\Python26\python.exe

Running Deluge

Now that Deluge has been successfully installed, you can run it by using the executable located in the Scripts folder in your Python installation. On my system it is located at C:\Python26\Scripts\deluge.exe.