mozmill-environment/windows
Dave Hunt b460ee2845 Set the HOME environment variable to the current directory instead of the directory of the Mozmill environment. 2012-04-04 12:01:16 +01:00
..
templates Set the HOME environment variable to the current directory instead of the directory of the Mozmill environment. 2012-04-04 12:01:16 +01:00
build.py Use full platform name in archive filename 2012-03-21 00:10:26 +01:00
readme.txt Finish build script to create environment on Windows 2011-11-03 00:47:07 +01:00

readme.txt

Preparation Steps
=================
Due to missing automation capabilities of the installer files (at least for the
Python installer), you are forced to manually setup the python folder.

Follow the steps below to glue all the pieces together:

Software Requirements
---------------------
* Python 2.7.x (http://www.python.org/download/)

Steps
-----
1. Install Python: "msiexec /i python-2.7.2.msi /passive ADDLOCAL=Extensions ALLUSERS=1"
2. Execute the 'build.py' script with the version of Mozmill as first parameter
3. Answer the questions of the MSYS installer with 'y' and 'n'.
4. Uninstall Python: "msiexec /x python-2.7.2.msi /passive"