mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Windows OpenSSL 1.1.1
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
powershell Install-WindowsFeature Net-Framework-Core
|
powershell Install-WindowsFeature Net-Framework-Core
|
||||||
cinst -y $CINST_ARGS python3
|
cinst -y $CINST_ARGS python3
|
||||||
|
cinst -y $CINST_ARGS openssl.light
|
||||||
|
ls -alRF "/c/Program Files/OpenSSL"
|
||||||
|
ls -alRF "/c/Python37/"
|
||||||
|
cp "/c/Program Files/OpenSSL/*.dll" "/c/Python37/dlls"
|
||||||
export PATH=$PATH:/c/Python37/scripts
|
export PATH=$PATH:/c/Python37/scripts
|
||||||
cinst -y wixtoolset
|
cinst -y wixtoolset
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
|
|||||||
Reference in New Issue
Block a user