Get python3 and webengine building on windows

This commit is contained in:
Kovid Goyal 2019-11-26 17:26:12 +05:30
parent b2b4540505
commit 9588afa4d5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,7 @@
{ {
"name": "xz", "name": "xz",
"os": "macos,linux",
"unix": { "unix": {
"filename": "xz-5.2.4.tar.gz", "filename": "xz-5.2.4.tar.gz",
"hash": "md5:5ace3264bdd00c65eeec2891346f65e6", "hash": "md5:5ace3264bdd00c65eeec2891346f65e6",

View File

@ -2,6 +2,7 @@
# git.exe must be in PATH. Must have ~120GB available disk space and 8GB RAM # git.exe must be in PATH. Must have ~120GB available disk space and 8GB RAM
# Install certifi in python 3 with: # Install certifi in python 3 with:
# py.exe -m pip install certifi # py.exe -m pip install certifi
# Install python2 which is needed to build Qt WebEngine
# Copy opengl32sw.dll from # Copy opengl32sw.dll from
# https://download.qt.io/development_releases/prebuilt/llvmpipe/windows/ # https://download.qt.io/development_releases/prebuilt/llvmpipe/windows/
# to C:/mesa/32 and C:/mesa/64 # to C:/mesa/32 and C:/mesa/64
@ -11,6 +12,7 @@
vm_name 'windows-calibre-build' vm_name 'windows-calibre-build'
root 'C:/r' root 'C:/r'
python 'py.exe' python 'py.exe'
python2 'C:/Python27/python.exe'
perl 'C:/Strawberry/perl/bin/perl.exe' perl 'C:/Strawberry/perl/bin/perl.exe'
ruby 'C:/Ruby27-x64/bin/ruby.exe' ruby 'C:/Ruby27-x64/bin/ruby.exe'
mesa 'C:/mesa' mesa 'C:/mesa'