mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
OpenSSL 1.1.1d on Windows
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user