mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
bbfreeze script: * Creates a VERSION.tmp file for use by nsis script * Includes all theme, icon and locale files. Closes #2096 & #2145 * Add email.mime.multipart and email.mime.text. Closes #2074 * deluged.exe and deluge-web.exe will no longer show a cmd window and created deluged-debug.exe and deluge-web-debug.exe as replacements if still needed * Overridden bbfreeze gtk recipe thus no longer requiring file editing. * Remove unnecessary python module includes nsis script: * Deluge version now based upon bbfreeze output * Installer will warn if deluge already running. Closes #1217 * Removed deluged and deluge-web shortcuts from start menu * Increased compression level for lzma
22 lines
731 B
Text
22 lines
731 B
Text
= 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.
|