Add notes about what is needed in each build VM

This commit is contained in:
Kovid Goyal 2019-06-10 08:08:03 +05:30
parent 11e9aaf8fb
commit 2ecd6dc1b1
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# Requires installation of XCode 10.2 and Python 3.7 and
# python3 -m pip install certifi
vm_name 'calibre-macos-build'
root '/Users/Shared/calibre-build'
python '/Library/Frameworks/Python.framework/Versions/3.7/bin/python3'

View File

@ -1,3 +1,6 @@
# Requires installation of Visual Studio 2017 Community Edition and Python 3.7
# python.exe -m pip install certifi
vm_name 'calibre-windows-build'
root 'C:/r'
python 'C:/py/python.exe'