Download and install vcpython27 for WINEARCH=win32
This commit is contained in:
parent
b83c51c752
commit
1daf6100be
|
@ -18,7 +18,8 @@ function download_sources_32 {
|
||||||
https://download.microsoft.com/download/1/1/1/1116b75a-9ec3-481a-a3c8-1777b5381140/vcredist_x86.exe \
|
https://download.microsoft.com/download/1/1/1/1116b75a-9ec3-481a-a3c8-1777b5381140/vcredist_x86.exe \
|
||||||
https://github.com/Bitmessage/ThirdPartyLibraries/blob/master/PyQt${PYQT_VERSION}-x32.exe?raw=true \
|
https://github.com/Bitmessage/ThirdPartyLibraries/blob/master/PyQt${PYQT_VERSION}-x32.exe?raw=true \
|
||||||
https://github.com/Bitmessage/ThirdPartyLibraries/blob/master/Win32OpenSSL-${OPENSSL_VERSION}.exe?raw=true \
|
https://github.com/Bitmessage/ThirdPartyLibraries/blob/master/Win32OpenSSL-${OPENSSL_VERSION}.exe?raw=true \
|
||||||
https://github.com/Bitmessage/ThirdPartyLibraries/blob/master/pyopencl-2015.1-cp27-none-win32.whl?raw=true
|
https://github.com/Bitmessage/ThirdPartyLibraries/blob/master/pyopencl-2015.1-cp27-none-win32.whl?raw=true \
|
||||||
|
https://web.archive.org/web/20190720195601/https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi
|
||||||
}
|
}
|
||||||
|
|
||||||
function download_sources_64 {
|
function download_sources_64 {
|
||||||
|
@ -66,6 +67,8 @@ function install_python(){
|
||||||
cd ${SRCPATH} || exit 1
|
cd ${SRCPATH} || exit 1
|
||||||
echo "Installing vc_redist (2008) for 32 bit"
|
echo "Installing vc_redist (2008) for 32 bit"
|
||||||
wine vcredist_x86.exe /Q
|
wine vcredist_x86.exe /Q
|
||||||
|
echo "Installing vcpython27"
|
||||||
|
wine msiexec -i VCForPython27.msi /qn /norestart
|
||||||
fi
|
fi
|
||||||
echo "Installing pytools 2020.2"
|
echo "Installing pytools 2020.2"
|
||||||
# last version compatible with python 2
|
# last version compatible with python 2
|
||||||
|
|
Reference in New Issue
Block a user