This document describes how to create the windows installer. The lines starting with `UNIX:' indicate steps to be performed on your Linux/Mac OS X machine. The lines starting with `WINDOWS:' indicate steps to be performed under Windows. 1. WINDOWS: Download and install Python 2.4: http://www.python.org/ftp/python/2.4.2/python-2.4.2.msi 2. WINDOWS: Download and install Py2exe for Python 2.4: http://prdownloads.sourceforge.net/py2exe/py2exe-0.6.3.win32-py2.4.exe?download 3. WINDOWS: Download and install WxPython for Python 2.4: http://prdownloads.sourceforge.net/wxpython/wxPython2.6-win32-unicode-2.6.2.1-py24.exe 4. WINDOWS: Download and install the NSIS installer: http://nsis.sourceforge.net/Download 5. UNIX: configure and compile the source: make win32-installer 6. Copy the installer/ directory from UNIX to WINDOWS. 7. WINDOWS: Add the location of Python.EXE and MakeNSIS.EXE to your PATH, for instance, when Python is installed in C:\Python24 and NSIS is installed in C:\NSIS: set PATH=%PATH%;C:\Python24;C:\NSIS 8. WINDOWS: Run build.bat