mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Install instructions for Windows SDK
This commit is contained in:
parent
6aadba36a2
commit
3b1cc81562
@ -1,4 +1,7 @@
|
|||||||
# Requires installation of Visual Studio 2019 Community Edition, WiX Toolset, Git, Ruby, NodeJS, Python (2 and 3) and Perl
|
# Requires installation of Visual Studio 2019 Community Edition, WiX Toolset, Git, Ruby, NodeJS, Python (2 and 3) and Perl
|
||||||
|
# Windows SDK >= 10.0.20348.0 which can be installed by downloading the ISO from
|
||||||
|
# https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/ and running
|
||||||
|
# ./WinSDKSetup.exe /features "OptionId.UWPCpp" "OptionId.DesktopCPPx64" "OptionId.DesktopCPPx86" "OptionID.DesktopCPPARM" "OptionID.DesktopCPPARM64" /q
|
||||||
# git.exe must be in PATH. Must have ~120GB available disk space and 8GB RAM
|
# git.exe must be in PATH. Must have ~120GB available disk space and 8GB RAM
|
||||||
# Install certifi in python 3 with:
|
# Install certifi in python 3 with:
|
||||||
# py.exe -m pip install certifi
|
# py.exe -m pip install certifi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user