mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add notes about what is needed in each build VM
This commit is contained in:
parent
11e9aaf8fb
commit
2ecd6dc1b1
@ -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'
|
vm_name 'calibre-macos-build'
|
||||||
root '/Users/Shared/calibre-build'
|
root '/Users/Shared/calibre-build'
|
||||||
python '/Library/Frameworks/Python.framework/Versions/3.7/bin/python3'
|
python '/Library/Frameworks/Python.framework/Versions/3.7/bin/python3'
|
||||||
|
@ -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'
|
vm_name 'calibre-windows-build'
|
||||||
root 'C:/r'
|
root 'C:/r'
|
||||||
python 'C:/py/python.exe'
|
python 'C:/py/python.exe'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user