summaryrefslogtreecommitdiffstats
path: root/packaging/win32/Win32 README.txt
blob: d74e022784aeaad0b856310c6441bf1b7508e06a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
=  Deluge Installer for Windows =

Instructions for building the Deluge NSIS Installer for Windows XP/Vista/7.

== Dependencies ==
 * Deluge build: http://dev.deluge-torrent.org/wiki/Installing/Source#WindowsDependencies
 * Bbfreeze: http://pypi.python.org/pypi/bbfreeze
 * NSIS: http://nsis.sourceforge.net/Download

== Build Steps ==

 1.  Build and Install Deluge on Windows.

 2.  Run the bbfreeze script from the win32 directory:

        python deluge-bbfreeze.py

    The result is a bbfreeze'd version of Deluge in `build-win32/deluge-bbfreeze-build_version`.

 3.  Run the NSIS script (right-click and choose `Compile with NSIS`)

    The result is a standalone installer in the `build-win32` directory.