mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 09:56:10 +02:00
Accidentally removed python 2 needed for building Qt
This commit is contained in:
parent
6e9b25b602
commit
ba32a87c1f
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Requires installation of Visual Studio 2017 Community Edition, WiX Toolset, Git, Ruby, Python and Perl
|
||||
# Requires installation of Visual Studio 2017 Community Edition, WiX Toolset, Git, Ruby, Python (2 and 3) 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
|
||||
|
|
@ -12,6 +12,7 @@
|
|||
vm_name 'windows-calibre'
|
||||
root 'C:/r'
|
||||
python 'py.exe'
|
||||
python2 'C:/Python27/python.exe'
|
||||
perl 'C:/Strawberry/perl/bin/perl.exe'
|
||||
ruby 'C:/Ruby27-x64/bin/ruby.exe'
|
||||
mesa 'C:/mesa'
|
||||
|
|
|
|||
Loading…
Reference in a new issue