OpenSSL 1.1.1d on Windows

This commit is contained in:
Jay Lee
2019-09-18 14:59:33 -04:00
parent 677146d905
commit a89e0936c2
2 changed files with 28 additions and 28 deletions

View File

@@ -2,22 +2,22 @@ echo "Installing Net-Framework-Core..."
export mypath=$(pwd) export mypath=$(pwd)
until powershell Install-WindowsFeature Net-Framework-Core; do echo "trying again..."; done until powershell Install-WindowsFeature Net-Framework-Core; do echo "trying again..."; done
cd ~/pybuild cd ~/pybuild
#export exefile=Win32OpenSSL_Light-${BUILD_OPENSSL_VERSION//./_}.exe export exefile=Win32OpenSSL_Light-${BUILD_OPENSSL_VERSION//./_}.exe
#if [ ! -e $exefile ]; then if [ ! -e $exefile ]; then
# echo "Downloading $exefile..." echo "Downloading $exefile..."
# wget --quiet https://slproweb.com/download/$exefile wget --quiet https://slproweb.com/download/$exefile
#fi fi
#echo "Installing $exefile..." echo "Installing $exefile..."
#powershell ".\\${exefile} /silent /sp- /suppressmsgboxes /DIR=C:\\ssl" powershell ".\\${exefile} /silent /sp- /suppressmsgboxes /DIR=C:\\ssl"
cinst -y --forcex86 python3 cinst -y --forcex86 python3
until cinst -y wixtoolset; do echo "trying again..."; done until cinst -y wixtoolset; do echo "trying again..."; done
#echo "OpenSSL dlls..." echo "OpenSSL dlls..."
#ls -alRF /c/ssl ls -alRF /c/ssl
#echo "c drive" echo "c drive"
#ls -al /c/ ls -al /c/
#echo "Python dlls..." echo "Python dlls..."
#ls -al /c/Python37/DLLs ls -al /c/Python37/DLLs
#until cp -v /c/ssl/*.dll /c/Python37/DLLs; do echo "trying again..."; done until cp -v /c/ssl/*.dll /c/Python37/DLLs; do echo "trying again..."; done
export PATH=$PATH:/c/Python37/scripts export PATH=$PATH:/c/Python37/scripts
cd $mypath cd $mypath
pip install --upgrade pip pip install --upgrade pip

View File

@@ -2,22 +2,22 @@ echo "Installing Net-Framework-Core..."
export mypath=$(pwd) export mypath=$(pwd)
until powershell Install-WindowsFeature Net-Framework-Core; do echo "trying again..."; done until powershell Install-WindowsFeature Net-Framework-Core; do echo "trying again..."; done
cd ~/pybuild cd ~/pybuild
#export exefile=Win64OpenSSL_Light-${BUILD_OPENSSL_VERSION//./_}.exe export exefile=Win64OpenSSL_Light-${BUILD_OPENSSL_VERSION//./_}.exe
#if [ ! -e $exefile ]; then if [ ! -e $exefile ]; then
# echo "Downloading $exefile..." echo "Downloading $exefile..."
# wget --quiet https://slproweb.com/download/$exefile wget --quiet https://slproweb.com/download/$exefile
#fi fi
#echo "Installing $exefile..." echo "Installing $exefile..."
#powershell ".\\${exefile} /silent /sp- /suppressmsgboxes /DIR=C:\\ssl" powershell ".\\${exefile} /silent /sp- /suppressmsgboxes /DIR=C:\\ssl"
cinst -y python3 cinst -y python3
until cinst -y wixtoolset; do echo "trying again..."; done until cinst -y wixtoolset; do echo "trying again..."; done
#echo "OpenSSL dlls..." echo "OpenSSL dlls..."
#ls -alRF /c/ssl ls -alRF /c/ssl
#echo "c drive" echo "c drive"
#ls -al /c ls -al /c
#echo "Python dlls..." echo "Python dlls..."
#ls -al /c/Python37/DLLs ls -al /c/Python37/DLLs
#until cp -v /c/ssl/*.dll /c/Python37/DLLs; do echo "trying again..."; done until cp -v /c/ssl/*.dll /c/Python37/DLLs; do echo "trying again..."; done
export PATH=$PATH:/c/Python37/scripts export PATH=$PATH:/c/Python37/scripts
cd $mypath cd $mypath
pip install --upgrade pip pip install --upgrade pip