mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-09-29 15:31:08 -04:00
17 lines
641 B
Plaintext
17 lines
641 B
Plaintext
# Requires installation of Visual Studio 2017 Community Edition, WiX Toolset, Git, Ruby, Python 3.7 and Perl
|
|
# git.exe must be in PATH. Must have ~120GB available disk space and 8GB RAM
|
|
# Install certifi in python 3 with:
|
|
# py.exe -m pip install certifi
|
|
# Copy opengl32sw.dll from
|
|
# https://download.qt.io/development_releases/prebuilt/llvmpipe/windows/
|
|
# to C:/mesa/32 and C:/mesa/64
|
|
# Ensure the windwos sdk version at least 10.0.18362 or newer is installed, needed for
|
|
# qt-webengine-14.1
|
|
|
|
vm_name 'calibre-windows-build'
|
|
root 'C:/r'
|
|
python 'py.exe'
|
|
perl 'C:/Strawberry/perl/bin/perl.exe'
|
|
ruby 'C:/Ruby26-x64/bin/ruby.exe'
|
|
mesa 'C:/mesa'
|