|
|
|
|
File: [Development] / bittornado / Attic / BUILD.windows.txt
(download)
Revision: 1.4, Fri Sep 3 18:12:50 2004 UTC (6 years ago) by theshadow Branch: MAIN CVS Tags: HEAD Changes since 1.3: +0 -0 lines FILE REMOVED moved documentation to its own directory, removed some unnecessary files |
install Python, version 2.0 or later - http://python.org/ install wxPython - http://wxpython.org/ install py2exe - http://starship.python.net/crew/theller/py2exe/ install the nullsoft installer - http://www.nullsoft.com/free/nsis/ in a shell, go to the root BitTorrent directory and run this command python winsetup.py py2exe change to the newly created subdirectory dist, copy bittorrent.nsi and the gifs and icons into that directory, and run nsis on it. cd dist copy ..\bittorrent.nsi . copy ..\*.gif . 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.
| No CVS admin address has been configured |
Powered by ViewCVS 0.9.3 |