diff --git a/build-tools/.gitignore b/build-tools/.gitignore index 479a17c6..c7078123 100644 --- a/build-tools/.gitignore +++ b/build-tools/.gitignore @@ -7,3 +7,4 @@ pywin32* virtual-wine venv_wine PyQt4-* +lxml-* diff --git a/build-tools/envsetup.sh b/build-tools/envsetup.sh index ca432d7c..d3e69661 100755 --- a/build-tools/envsetup.sh +++ b/build-tools/envsetup.sh @@ -47,6 +47,11 @@ if [ ! -e "PyQt4-4.11.4-gpl-Py2.7-Qt4.8.7-x32.exe" ]; then wget "http://nchc.dl.sourceforge.net/project/pyqt/PyQt4/PyQt-4.11.4/PyQt4-4.11.4-gpl-Py2.7-Qt4.8.7-x32.exe" fi +if [ ! -e "lxml-2.3.win32-py2.7.exe" ]; then + wget "https://pypi.python.org/packages/3d/ee/affbc53073a951541b82a0ba2a70de266580c00f94dd768a60f125b04fca/lxml-2.3.win32-py2.7.exe#md5=9c02aae672870701377750121f5a6f84" +fi + wine msiexec -i python-2.7.8.msi wine pywin32-218.win32-py2.7.exe wine PyQt4-4.11.4-gpl-Py2.7-Qt4.8.7-x32.exe +wine lxml-2.3.win32-py2.7.exe