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

--

Using the Installer

Installing Deluge on Windows is easy using our pre-built installer. Please goto http://download.deluge-torrent.org/windows and download the latest installer and run it.

Without the Installer

Note:
These instructions are a work in progress and may not actually work. Please help us test!

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
Download and run the installer from: http://download.deluge-torrent.org/windows/deps/python-2.5.4.msi
Install it to: C:\Python25
Python Win32 Extensions
Download and run the installer from here: http://download.deluge-torrent.org/windows/deps/pywin32-212.win32-py2.5.exe
Gtk+ Runtime
Download and run the installer from here: http://download.deluge-torrent.org/windows/deps/gtk-2.12.9-win32-2.exe
PyGTK
Download and run the 3 installers:
PyXdg
Download and run the installer from: http://download.deluge-torrent.org/windows/deps/pyxdg-0.17.win32-py2.5.msi
Setuptools
Download and run the installer from here: http://download.deluge-torrent.org/windows/deps/setuptools-0.6c9.win32-py2.5.exe
libtorrent
Download and run the installer from here: http://download.deluge-torrent.org/windows/deps/python-libtorrent-0.14.2.win32-py2.5.msi
PyGame
Download and run the installer from here: http://download.deluge-torrent.org/windows/deps/pygame-1.8.1release.win32-py2.5.msi
PyOpenSSL
Download and run the installer from here: http://download.deluge-torrent.org/windows/deps/pyOpenSSL-0.8.winxp32-py2.5.msi
MSVCP71.DLL
Download from here: http://download.deluge-torrent.org/windows/deps/MSVCP71.DLL.zip
Unzip and copy to C:\Windows\System32
Run this command: regsvr32.exe /s c:\Windows\System32\MSVCP71.DLL

Installing Deluge

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

  1. Download the latest release: http://download.deluge-torrent.org/windows/deps/deluge-1.1.3.win32-py2.5.msi
  1. Run it to install.

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:\Python25\Scripts\deluge.exe.