8cab4c137e | ||
---|---|---|
assets | ||
linux | ||
mac | ||
windows | ||
.gitignore | ||
README.md | ||
upload.sh |
README.md
Mozmill Environment
The Mozmill environment provides a pre-configured environment for Python with a full set of tools necessary to run Mozmill tests for Firefox.
How to build
To build the environment for a given platform change into the appropriate sub folder and execute the build command.
Software Requirements
Make sure that you have the Python header files installed. If those are not present, install those:
Ubuntu: Install the package via: apt-get install python-dev
OSX: Install Python 2.7.9 from http://www.python.org/getit/
Windows
Due to missing automation capabilities of the installer files (at least for the Python installer), you are forced to manually setup the python installation.
Follow the steps below to glue all the pieces together:
Steps
- Install Python: "msiexec /i python-2.7.9.msi /passive ADDLOCAL=Extensions ALLUSERS=1"
- Execute the 'build.py' script with the version of Mozmill as parameter
- Answer the questions of the MSYS installer with 'y' and 'n'.
- Uninstall Python: "msiexec /x python-2.7.9.msi /passive"
Assets
We don't want to be dependent on the download of most of the external tools and the rebasing of the base address of the MSYS DLL files. So all required tools have been made available in the assets folder.
MSYS
Version: 1.0.11 URL: http://sourceforge.net/projects/mingw/files/MSYS/Base/msys-core/msys-1.0.11/MSYS-1.0.11.exe/download File: assets/msys_setup.exe Rebased DLLs: assets/msys_dll.zip
See Mozilla Build for more information: http://hg.mozilla.org/mozilla-build/file/a1bc3aa272a8/packageit-msys.sh#l66
mintty
Version: 1.0.1 URL: http://mintty.googlecode.com/files/mintty-1.0.1-msys.zip File: msys_mintty.zip