Add installing Microsoft Visual C++ 2008 Redistributiable Package back to Windows build instructions (#235)

This commit is contained in:
Micah Lee 2015-12-06 17:23:41 -08:00
parent 0e44621f92
commit e8296fca13

View File

@ -82,6 +82,7 @@ These instructions assume you're running Windows 10. They should work for other
* Open a command prompt and type: `pip install flask stem pyinstaller`
* Go to http://www.riverbankcomputing.com/software/pyqt/download and download the latest PyQt4 for Windows for python 2.7, 32-bit (I downloaded `PyQt4-4.11-gpl-Py2.7-Qt4.8.6-x32.exe`), then install it.
* Go to http://sourceforge.net/projects/pywin32/ and download and install the latest 32-bit pywin32 binary for python 2.7. I downloaded `pywin32-219.win32-py2.7.exe`.
* Download and install the [Microsoft Visual C++ 2008 Redistributable Package (x86)](http://www.microsoft.com/en-us/download/details.aspx?id=29).
If you want to build the installer: