calibre/bypy/windows.conf
Kovid Goyal e574e47b71
Install ruby in the windows VM
Needed to build qt-qwebkit
2019-06-15 08:39:10 +05:30

10 lines
375 B
Text

# Requires installation of Visual Studio 2017 Community Edition, Git, Ruby, Python 3.7 and Perl
# git.exe must be in PATH. Must have ~100GB available disk space and 8GB RAM
# Install certifi in python 3 with:
# py.exe -m pip install certifi
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'