mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Install ruby in the windows VM
Needed to build qt-qwebkit
This commit is contained in:
parent
d782fa0ae4
commit
e574e47b71
@ -1,9 +1,10 @@
|
||||
# Requires installation of Visual Studio 2017 Community Edition, Git, Python 3.7 and Perl
|
||||
# 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
|
||||
# Intall certifi in python 3 with:
|
||||
# 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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user