Skip to content

Instantly share code, notes, and snippets.

@vu3rdd
Created November 14, 2014 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vu3rdd/4d89c34fe5b267620051 to your computer and use it in GitHub Desktop.
Save vu3rdd/4d89c34fe5b267620051 to your computer and use it in GitHub Desktop.
REM directory to store the build dependencies
mkdir dependencies
REM Download and install Python (2.7.8) x86-64 MSI.
set PATH=%PATH%;c:\Program files (x86)\GnuWin32\bin
wget https://www.python.org/ftp/python/2.7.8/python-2.7.8.msi -O dependencies/python-2.7.8.msi
start /wait dependencies/python-2.7.8.msi /passive
REM Download and install PyOpenSSL
wget https://pypi.python.org/packages/2.7/p/pyOpenSSL/pyOpenSSL-0.13.1.win-amd64-py2.7.exe#md5=223cc4ab7439818ccaf1bf7f51736dc8 -O dependencies/pyOpenSSL-0.13.1.win-amd64-py2.7.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment