forked from effigies/BitTornado
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BUILD.windows.txt
38 lines (27 loc) · 1.11 KB
/
BUILD.windows.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
install Python, version 2.0 or later -
http://python.org/
install wxPython -
http://wxpython.org/
install Python for Windows extensions -
http://sourceforge.net/projects/pywin32/
install py2exe -
http://py2exe.org
install the Python Cryptography Toolkit, if available -
http://www.amk.ca/python/code/crypto
http://www.voidspace.org.uk/python/modules.shtml#pycrypto
install the nullsoft installer -
http://nsis.sourceforge.net
copy icon_bt and icon_done from the icons directory to the root
BitTornado directory. Then, in a shell, go to the root BitTornado
directory and run this command
python winsetup.py py2exe
change to the newly created subdirectory dist, copy bittorrent.nsi
and the icons into that directory, and run nsis on it.
cd dist
copy ..\bittorrent.nsi .
copy ..\icon*.ico .
c:\progra~1\nsis\makensis.exe bittorrent.nsi
This will create an installer called bittornado-x.x.x.w32install.exe
The installer is completely self-contained and will work on any
Windows machine, even without the above software having been
installed.