| Version 1 (modified by Cas, 11 months ago) |
|---|
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
- Build and Install Deluge on Windows.
- 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.
- Run the NSIS script (right-click and choose Compile with NSIS)
The result is a standalone installer in the build-win32 directory.
